Title: [156973] trunk/Source/WebKit2
Revision
156973
Author
ander...@apple.com
Date
2013-10-05 14:57:23 -0700 (Sat, 05 Oct 2013)

Log Message

Try to fix the GTK+ build.

* UIProcess/gtk/WebPageProxyGtk.cpp:
(WebKit::WebPageProxy::platformInitialize):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (156972 => 156973)


--- trunk/Source/WebKit2/ChangeLog	2013-10-05 21:53:59 UTC (rev 156972)
+++ trunk/Source/WebKit2/ChangeLog	2013-10-05 21:57:23 UTC (rev 156973)
@@ -1,5 +1,12 @@
 2013-10-05  Anders Carlsson  <ander...@apple.com>
 
+        Try to fix the GTK+ build.
+
+        * UIProcess/gtk/WebPageProxyGtk.cpp:
+        (WebKit::WebPageProxy::platformInitialize):
+
+2013-10-05  Anders Carlsson  <ander...@apple.com>
+
         Remove createOwned
         https://bugs.webkit.org/show_bug.cgi?id=122388
 

Modified: trunk/Source/WebKit2/UIProcess/gtk/WebPageProxyGtk.cpp (156972 => 156973)


--- trunk/Source/WebKit2/UIProcess/gtk/WebPageProxyGtk.cpp	2013-10-05 21:53:59 UTC (rev 156972)
+++ trunk/Source/WebKit2/UIProcess/gtk/WebPageProxyGtk.cpp	2013-10-05 21:57:23 UTC (rev 156973)
@@ -38,6 +38,10 @@
 
 namespace WebKit {
 
+void WebPageProxy::platformInitialize()
+{
+}
+
 GtkWidget* WebPageProxy::viewWidget()
 {
     return static_cast<PageClientImpl*>(m_pageClient)->viewWidget();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to