kdelibs/kjs

David Faure faure at kde.org
Thu Jun 19 02:00:46 CEST 2003


CVS commit by faure: 

Yay - this fixes the crash found by Georges
CCMAIL: khtml-devel at kde.org


  M +1 -0      function.cpp   1.86


--- kdelibs/kjs/function.cpp  #1.85:1.86
@@ -609,4 +609,5 @@ const ClassInfo ShadowImp::info = {"Shad
 void ShadowImp::mark()
 {
+  ObjectImp::mark();
   if (!obj->marked())
     obj->mark();




More information about the Khtml-devel mailing list