Title: [164729] trunk/Source/WebKit2
- Revision
- 164729
- Author
- [email protected]
- Date
- 2014-02-26 11:22:45 -0800 (Wed, 26 Feb 2014)
Log Message
Fix the iOS build by wrapping some context menu stuff in #if ENABLE(CONTEXT_MENUS)
* UIProcess/WebPageProxy.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (164728 => 164729)
--- trunk/Source/WebKit2/ChangeLog 2014-02-26 19:17:19 UTC (rev 164728)
+++ trunk/Source/WebKit2/ChangeLog 2014-02-26 19:22:45 UTC (rev 164729)
@@ -1,3 +1,9 @@
+2014-02-26 Simon Fraser <[email protected]>
+
+ Fix the iOS build by wrapping some context menu stuff in #if ENABLE(CONTEXT_MENUS)
+
+ * UIProcess/WebPageProxy.h:
+
2014-02-26 Martin Hock <[email protected]>
Create SessionID value-style class for session IDs.
Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.h (164728 => 164729)
--- trunk/Source/WebKit2/UIProcess/WebPageProxy.h 2014-02-26 19:17:19 UTC (rev 164728)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.h 2014-02-26 19:22:45 UTC (rev 164729)
@@ -1275,8 +1275,10 @@
#endif
RefPtr<WebPopupMenuProxy> m_activePopupMenu;
+#if ENABLE(CONTEXT_MENUS)
RefPtr<WebContextMenuProxy> m_activeContextMenu;
ContextMenuContextData m_activeContextMenuContextData;
+#endif
RefPtr<WebOpenPanelResultListenerProxy> m_openPanelResultListener;
GeolocationPermissionRequestManagerProxy m_geolocationPermissionRequestManager;
NotificationPermissionRequestManagerProxy m_notificationPermissionRequestManager;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes