Title: [192452] trunk/Source/WebKit2
Revision
192452
Author
timothy_hor...@apple.com
Date
2015-11-13 16:56:22 -0800 (Fri, 13 Nov 2015)

Log Message

Try to fix the 32-bit build

* UIProcess/mac/WebContextMenuProxyMac.mm:
(WebKit::WebContextMenuProxyMac::createShareMenuItem):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (192451 => 192452)


--- trunk/Source/WebKit2/ChangeLog	2015-11-14 00:41:59 UTC (rev 192451)
+++ trunk/Source/WebKit2/ChangeLog	2015-11-14 00:56:22 UTC (rev 192452)
@@ -3,6 +3,13 @@
         Try to fix the 32-bit build
 
         * UIProcess/mac/WebContextMenuProxyMac.mm:
+        (WebKit::WebContextMenuProxyMac::createShareMenuItem):
+
+2015-11-13  Timothy Horton  <timothy_hor...@apple.com>
+
+        Try to fix the 32-bit build
+
+        * UIProcess/mac/WebContextMenuProxyMac.mm:
         (WebKit::menuItemIdentifier):
 
 2015-11-13  Wenson Hsieh  <wenson_hs...@apple.com>

Modified: trunk/Source/WebKit2/UIProcess/mac/WebContextMenuProxyMac.mm (192451 => 192452)


--- trunk/Source/WebKit2/UIProcess/mac/WebContextMenuProxyMac.mm	2015-11-14 00:41:59 UTC (rev 192451)
+++ trunk/Source/WebKit2/UIProcess/mac/WebContextMenuProxyMac.mm	2015-11-14 00:56:22 UTC (rev 192452)
@@ -369,7 +369,9 @@
     // Setting the picker lets the delegate retain it to keep it alive, but this picker is kept alive by the menu item.
     [[WKSharingServicePickerDelegate sharedSharingServicePickerDelegate] setPicker:nil];
 
+#if WK_API_ENABLED
     [item setIdentifier:_WKMenuItemIdentifierShareMenu];
+#endif
 
     return item;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to