SVN commit 484467 by orlovich: Don't leak getComputedStyle info. Fixes one cause of this: kdelibs/khtml/misc/loader.cpp:1314: static void khtml::Cache::clear(): Assertion `it.current()->canDelete()' failed. BUG:116599 M +0 -2 dom2_viewsimpl.cpp --- branches/KDE/3.5/kdelibs/khtml/xml/dom2_viewsimpl.cpp #484466:484467 @@ -45,8 +45,6 @@ return 0; CSSStyleDeclarationImpl* style = new RenderStyleDeclarationImpl( elt ); - style->setParent( elt->getDocument()->elementSheet() ); - return style; }