diff -r 4f2f89ce4247 -r 9d347b658349 WebKit/qt/ChangeLog --- a/WebKit/qt/ChangeLog Fri Sep 17 09:02:29 2010 +0300 +++ b/WebKit/qt/ChangeLog Fri Sep 17 09:07:27 2010 +0300 @@ -408,6 +408,18 @@ (QWebFrame::setUrl): (QWebFrame::load): +2010-07-08 Sam Magnuson + + Reviewed by Simon Hausmann. + + [Qt] instance objects created for QObjects are somtimes GC'd + https://bugs.webkit.org/show_bug.cgi?id=40352 + + Improved the test to check for jsObjects that that are garbage collected. + + * tests/qwebframe/tst_qwebframe.cpp: + (tst_QWebFrame::): + 2010-07-08 Aaron Boodman Unreviewed change to fix qt build after c62876.