gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 42443423c561618ee2fc


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 42443423c561618ee2fccef835235bbc75d48cd9
Date: Fri, 10 Sep 2010 10:21:47 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  42443423c561618ee2fccef835235bbc75d48cd9 (commit)
       via  400e2fedf82fc1df0ee522c0a84a6f7879c00276 (commit)
      from  ae3c837e1dac3099acee8f8184725151fc4c1490 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=42443423c561618ee2fccef835235bbc75d48cd9


commit 42443423c561618ee2fccef835235bbc75d48cd9
Merge: 400e2fe ae3c837
Author: Sandro Santilli <address@hidden>
Date:   Fri Sep 10 12:21:33 2010 +0200

    Merge branch 'master' of ssh://address@hidden/srv/git/gnash


http://git.savannah.gnu.org/cgit//commit/?id=400e2fedf82fc1df0ee522c0a84a6f7879c00276


commit 400e2fedf82fc1df0ee522c0a84a6f7879c00276
Author: Sandro Santilli <address@hidden>
Date:   Fri Sep 10 12:20:58 2010 +0200

    AsBroadcaster: don't lookup super if it's not going to be used

diff --git a/libcore/asobj/AsBroadcaster.cpp b/libcore/asobj/AsBroadcaster.cpp
index fb26d00..4d4aece 100644
--- a/libcore/asobj/AsBroadcaster.cpp
+++ b/libcore/asobj/AsBroadcaster.cpp
@@ -86,9 +86,9 @@ public:
 
         as_value method;
         o->get_member(_eventKey, &method);
-        _fn.super = o->get_super(_eventKey);
 
         if (method.is_function()) {
+            _fn.super = o->get_super(_eventKey);
             _fn.this_ptr = o.get();
             method.to_function()->call(_fn);
         }

-----------------------------------------------------------------------

Summary of changes:
 libcore/asobj/AsBroadcaster.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]