Title: [109322] trunk/Source/WebKit2
Revision
109322
Author
[email protected]
Date
2012-03-01 00:05:21 -0800 (Thu, 01 Mar 2012)

Log Message

[Qt][WK2] Unreviewed buildfix after r109277.

Patch by Csaba Osztrogonác <[email protected]> on 2012-03-01

* WebProcess/qt/QtBuiltinBundlePage.cpp:
(WebKit::QtBuiltinBundlePage::QtBuiltinBundlePage):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (109321 => 109322)


--- trunk/Source/WebKit2/ChangeLog	2012-03-01 07:58:26 UTC (rev 109321)
+++ trunk/Source/WebKit2/ChangeLog	2012-03-01 08:05:21 UTC (rev 109322)
@@ -1,3 +1,10 @@
+2012-03-01  Csaba Osztrogonác  <[email protected]>
+
+        [Qt][WK2] Unreviewed buildfix after r109277.
+
+        * WebProcess/qt/QtBuiltinBundlePage.cpp:
+        (WebKit::QtBuiltinBundlePage::QtBuiltinBundlePage):
+
 2012-02-29  No'am Rosenthal  <[email protected]>
 
         [Qt][WK2] Get rid of the #ifdef mess in LayerTreeHost[Proxy]

Modified: trunk/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp (109321 => 109322)


--- trunk/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp	2012-03-01 07:58:26 UTC (rev 109321)
+++ trunk/Source/WebKit2/WebProcess/qt/QtBuiltinBundlePage.cpp	2012-03-01 08:05:21 UTC (rev 109322)
@@ -67,6 +67,7 @@
         0, // willPerformClientRedirectForFrame
         0, // didHandleOnloadEventsForFrame
         0, // didLayoutForFrame
+        0, // didNewFirstVisuallyNonEmptyLayoutForFrame
         0, // didDetectXSSForFrame
     };
     WKBundlePageSetPageLoaderClient(m_page, &loaderClient);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to