gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11633: Cut out some weird stuff tha


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11633: Cut out some weird stuff that ClassHierarchy was doing.
Date: Tue, 17 Nov 2009 12:31:45 +0100
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11633
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Tue 2009-11-17 12:31:45 +0100
message:
  Cut out some weird stuff that ClassHierarchy was doing.
modified:
  libcore/ClassHierarchy.cpp
=== modified file 'libcore/ClassHierarchy.cpp'
--- a/libcore/ClassHierarchy.cpp        2009-11-16 14:42:56 +0000
+++ b/libcore/ClassHierarchy.cpp        2009-11-17 11:31:45 +0000
@@ -186,12 +186,6 @@
                 log_error("Native class %s is not an object after "
                         "initialization (%s)", st.value(mDeclaration.name), 
us);
             }
-            if (mDeclaration.super_name &&
-                    !us.to_object(gl)->hasOwnProperty(NSV::PROP_uuPROTOuu)) {
-                
-                us.to_object(gl)->set_prototype(
-                        super.to_function()->getPrototype());
-            }
         }
         else
         {


reply via email to

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