Title: [101178] trunk/Source/WebKit2
Revision
101178
Author
[email protected]
Date
2011-11-25 11:26:21 -0800 (Fri, 25 Nov 2011)

Log Message

[Qt] Remove unneeded declaration from QQuickWebPagePrivate
https://bugs.webkit.org/show_bug.cgi?id=73141

Reviewed by Antonio Gomes.

Left-over from r101165.

* UIProcess/API/qt/qquickwebpage_p_p.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (101177 => 101178)


--- trunk/Source/WebKit2/ChangeLog	2011-11-25 18:08:38 UTC (rev 101177)
+++ trunk/Source/WebKit2/ChangeLog	2011-11-25 19:26:21 UTC (rev 101178)
@@ -1,3 +1,14 @@
+2011-11-25  Caio Marcelo de Oliveira Filho  <[email protected]>
+
+        [Qt] Remove unneeded declaration from QQuickWebPagePrivate
+        https://bugs.webkit.org/show_bug.cgi?id=73141
+
+        Reviewed by Antonio Gomes.
+
+        Left-over from r101165.
+
+        * UIProcess/API/qt/qquickwebpage_p_p.h:
+
 2011-11-17  Martin Robinson  <[email protected]>
 
         [GTK] Integrate build-gtkdoc into build-webkit and make

Modified: trunk/Source/WebKit2/UIProcess/API/qt/qquickwebpage_p_p.h (101177 => 101178)


--- trunk/Source/WebKit2/UIProcess/API/qt/qquickwebpage_p_p.h	2011-11-25 18:08:38 UTC (rev 101177)
+++ trunk/Source/WebKit2/UIProcess/API/qt/qquickwebpage_p_p.h	2011-11-25 19:26:21 UTC (rev 101178)
@@ -42,7 +42,6 @@
     void initializeSceneGraphConnections();
 
     void _q_onAfterSceneRender();
-    void _q_onSceneGraphInitialized();
     void paintToCurrentGLContext();
 
     QQuickWebPage* const q;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to