Title: [94641] trunk/Source/WebKit/qt
- Revision
- 94641
- Author
- [email protected]
- Date
- 2011-09-06 23:41:45 -0700 (Tue, 06 Sep 2011)
Log Message
Unreviewed buildfix after r94620.
* WebCoreSupport/FrameLoaderClientQt.cpp:
(WebCore::FrameLoaderClientQt::createFrame):
Modified Paths
Diff
Modified: trunk/Source/WebKit/qt/ChangeLog (94640 => 94641)
--- trunk/Source/WebKit/qt/ChangeLog 2011-09-07 05:43:09 UTC (rev 94640)
+++ trunk/Source/WebKit/qt/ChangeLog 2011-09-07 06:41:45 UTC (rev 94641)
@@ -1,3 +1,10 @@
+2011-09-06 Csaba Osztrogonác <[email protected]>
+
+ Unreviewed buildfix after r94620.
+
+ * WebCoreSupport/FrameLoaderClientQt.cpp:
+ (WebCore::FrameLoaderClientQt::createFrame):
+
2011-09-06 Alexis Menard <[email protected]>
[Qt] Move away from QPointer as it is slow and it has a replacement QWeakPointer.
Modified: trunk/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp (94640 => 94641)
--- trunk/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp 2011-09-07 05:43:09 UTC (rev 94640)
+++ trunk/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp 2011-09-07 06:41:45 UTC (rev 94641)
@@ -1324,7 +1324,7 @@
// The creation of the frame may have run arbitrary _javascript_ that removed it from the page already.
if (!webFrame.data()->d->frame->page()) {
frameData.frame.release();
- ASSERT(webFrame.data().isNull());
+ ASSERT(webFrame.isNull());
return 0;
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes