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();