Title: [115095] trunk/Source/WebKit2
- Revision
- 115095
- Author
- [email protected]
- Date
- 2012-04-24 12:41:08 -0700 (Tue, 24 Apr 2012)
Log Message
[Qt] Unreviewed build fix after r115083
* WebProcess/qt/QtBuiltinBundlePage.cpp:
(WebKit::QtBuiltinBundlePage::QtBuiltinBundlePage):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (115094 => 115095)
--- trunk/Source/WebKit2/ChangeLog 2012-04-24 19:28:07 UTC (rev 115094)
+++ trunk/Source/WebKit2/ChangeLog 2012-04-24 19:41:08 UTC (rev 115095)
@@ -1,3 +1,10 @@
+2012-04-24 Jesus Sanchez-Palencia <[email protected]>
+
+ [Qt] Unreviewed build fix after r115083
+
+ * WebProcess/qt/QtBuiltinBundlePage.cpp:
+ (WebKit::QtBuiltinBundlePage::QtBuiltinBundlePage):
+
2012-04-24 Brady Eidson <[email protected]>
<rdar://problem/10120155> and https://bugs.webkit.org/show_bug.cgi?id=82664
Modified: trunk/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp (115094 => 115095)
--- trunk/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp 2012-04-24 19:28:07 UTC (rev 115094)
+++ trunk/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp 2012-04-24 19:41:08 UTC (rev 115095)
@@ -70,6 +70,10 @@
0, // didNewFirstVisuallyNonEmptyLayoutForFrame
0, // didDetectXSSForFrame
0, // shouldGoToBackForwardListItem
+ 0, // didCreateGlobalObjectForFrame
+ 0, // willDisconnectDOMWindowExtensionFromGlobalObject
+ 0, // didReconnectDOMWindowExtensionToGlobalObject
+ 0, // willDestroyGlobalObjectForDOMWindowExtension
};
WKBundlePageSetPageLoaderClient(m_page, &loaderClient);
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes