Title: [125464] trunk/Source/WebKit2
Revision
125464
Author
[email protected]
Date
2012-08-13 15:42:48 -0700 (Mon, 13 Aug 2012)

Log Message

        [WK2] Move a remaining per-process message from WebContext to WebProcessProxy
        https://bugs.webkit.org/show_bug.cgi?id=93883

        More Windows build fixing.

        * UIProcess/WebContext.cpp:
        (WebKit::WebContext::dummy):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (125463 => 125464)


--- trunk/Source/WebKit2/ChangeLog	2012-08-13 22:39:44 UTC (rev 125463)
+++ trunk/Source/WebKit2/ChangeLog	2012-08-13 22:42:48 UTC (rev 125464)
@@ -3,6 +3,16 @@
         [WK2] Move a remaining per-process message from WebContext to WebProcessProxy
         https://bugs.webkit.org/show_bug.cgi?id=93883
 
+        More Windows build fixing.
+
+        * UIProcess/WebContext.cpp:
+        (WebKit::WebContext::dummy):
+
+2012-08-13  Alexey Proskuryakov  <[email protected]>
+
+        [WK2] Move a remaining per-process message from WebContext to WebProcessProxy
+        https://bugs.webkit.org/show_bug.cgi?id=93883
+
         More Windows build fix
 
         * UIProcess/WebContext.cpp:

Modified: trunk/Source/WebKit2/UIProcess/WebContext.cpp (125463 => 125464)


--- trunk/Source/WebKit2/UIProcess/WebContext.cpp	2012-08-13 22:39:44 UTC (rev 125463)
+++ trunk/Source/WebKit2/UIProcess/WebContext.cpp	2012-08-13 22:42:48 UTC (rev 125464)
@@ -860,7 +860,7 @@
 }
 
 #if !PLATFORM(MAC)
-void WebPage::dummy(bool&)
+void WebContext::dummy(bool&)
 {
 }
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to