gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10906: Revert change for bug that w


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10906: Revert change for bug that was fixed properly in trunk.
Date: Thu, 21 May 2009 20:42:50 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10906
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Thu 2009-05-21 20:42:50 +0200
message:
  Revert change for bug that was fixed properly in trunk.
modified:
  libcore/as_object.cpp
=== modified file 'libcore/as_object.cpp'
--- a/libcore/as_object.cpp     2009-05-20 21:10:38 +0000
+++ b/libcore/as_object.cpp     2009-05-21 18:42:50 +0000
@@ -836,10 +836,6 @@
 {
 //#define GNASH_DEBUG_INSTANCE_OF 1
 
-        if (!ctor) {
-            log_error("%s: ctor shouldn't be zero!", __PRETTY_FUNCTION__);
-             return false;
-        }
        as_value protoVal;
        if ( ! ctor->get_member(NSV::PROP_PROTOTYPE, &protoVal) )
        {


reply via email to

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