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. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-525-g29aaef6
Date: Wed, 06 Apr 2011 19:38:02 +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  29aaef6f2f3e9f73f49158e121e4517e5d97301d (commit)
      from  9a78bbe5ee4f07bc342d42da9c313643e423c428 (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=29aaef6f2f3e9f73f49158e121e4517e5d97301d


commit 29aaef6f2f3e9f73f49158e121e4517e5d97301d
Author: Sandro Santilli <address@hidden>
Date:   Wed Apr 6 21:37:54 2011 +0200

    safer path to string_table (invalidated ranges debugging)

diff --git a/libcore/DisplayObject.cpp b/libcore/DisplayObject.cpp
index 6f1538c..5a64494 100644
--- a/libcore/DisplayObject.cpp
+++ b/libcore/DisplayObject.cpp
@@ -204,7 +204,7 @@ DisplayObject::set_invalidated(const char* debug_file, int 
debug_line)
         _invalidated = true;
         
 #ifdef DEBUG_SET_INVALIDATED
-        ObjectURI::Logger l(getStringTable(*getObject(this)));
+        ObjectURI::Logger l(getStringTable(stage().getVM()));
         log_debug("%p set_invalidated() of %s in %s:%d",
             (void*)this, l(get_name()), debug_file, debug_line);
 #else

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

Summary of changes:
 libcore/DisplayObject.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]