[Webkit-unassigned] [Bug 111094] [Qt] QWebSettings::clearMemoryCaches should clear JS garbage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 06:54:49 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111094





--- Comment #22 from Arunprasad <ararunprasad at gmail.com>  2013-03-06 06:57:13 PST ---
(In reply to comment #21)
> (From update of attachment 191508 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=191508&action=review
> 
> > Source/WebKit/qt/Api/qwebsettings.cpp:853
> > +    // Garbage Collect to release the references of CachedResource from dead objects
> > +    WebCore::gcController().garbageCollectNow();
> 
> You don't need to call garbageCollect when you call discardAllCompiledCode. It does that as well.



More information about the webkit-unassigned mailing list