Title: [175181] trunk/Source/WebKit2
Revision
175181
Author
[email protected]
Date
2014-10-24 14:45:01 -0700 (Fri, 24 Oct 2014)

Log Message

Blindly try to fix all the builds.

* UIProcess/mac/WKActionMenuController.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (175180 => 175181)


--- trunk/Source/WebKit2/ChangeLog	2014-10-24 21:39:20 UTC (rev 175180)
+++ trunk/Source/WebKit2/ChangeLog	2014-10-24 21:45:01 UTC (rev 175181)
@@ -1,5 +1,11 @@
 2014-10-24  Timothy Horton  <[email protected]>
 
+        Blindly try to fix all the builds.
+
+        * UIProcess/mac/WKActionMenuController.h:
+
+2014-10-24  Timothy Horton  <[email protected]>
+
         Blindly try to fix the 32-bit build.
 
         * UIProcess/mac/WKActionMenuController.h:

Modified: trunk/Source/WebKit2/UIProcess/mac/WKActionMenuController.h (175180 => 175181)


--- trunk/Source/WebKit2/UIProcess/mac/WKActionMenuController.h	2014-10-24 21:39:20 UTC (rev 175180)
+++ trunk/Source/WebKit2/UIProcess/mac/WKActionMenuController.h	2014-10-24 21:45:01 UTC (rev 175181)
@@ -39,11 +39,11 @@
 
 @interface WKActionMenuController : NSObject {
 @private
-    WebPageProxy *_page;
+    WebKit::WebPageProxy *_page;
     WKView *_wkView;
 
-    ActionMenuState _state;
-    ActionMenuHitTestResult _hitTestResult;
+    WebKit::ActionMenuState _state;
+    WebKit::ActionMenuHitTestResult _hitTestResult;
     RetainPtr<NSSharingServicePicker> _sharingServicePicker;
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to