Title: [191436] trunk/Source/WebKit2
Revision
191436
Author
gyuyoung....@webkit.org
Date
2015-10-21 22:13:32 -0700 (Wed, 21 Oct 2015)

Log Message

       Unreviewed EFL build fix. Remove customizeMenu implementation.

* WebProcess/WebCoreSupport/WebContextMenuClient.cpp:
(WebKit::WebContextMenuClient::customizeMenu): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (191435 => 191436)


--- trunk/Source/WebKit2/ChangeLog	2015-10-22 04:51:56 UTC (rev 191435)
+++ trunk/Source/WebKit2/ChangeLog	2015-10-22 05:13:32 UTC (rev 191436)
@@ -1,3 +1,10 @@
+2015-10-21  Gyuyoung Kim  <gyuyoung....@webkit.org>
+
+       Unreviewed EFL build fix. Remove customizeMenu implementation.
+
+        * WebProcess/WebCoreSupport/WebContextMenuClient.cpp:
+        (WebKit::WebContextMenuClient::customizeMenu): Deleted.
+
 2015-10-21  Alex Christensen  <achristen...@webkit.org>
 
         Speculative EFL build fix.

Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp (191435 => 191436)


--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp	2015-10-22 04:51:56 UTC (rev 191435)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp	2015-10-22 05:13:32 UTC (rev 191436)
@@ -49,12 +49,7 @@
     delete this;
 }
 
-#if USE(CROSS_PLATFORM_CONTEXT_MENUS)
-std::unique_ptr<ContextMenu> WebContextMenuClient::customizeMenu(std::unique_ptr<ContextMenu>)
-{
-    return nullptr;
-}
-#else
+#if !USE(CROSS_PLATFORM_CONTEXT_MENUS)
 PlatformMenuDescription WebContextMenuClient::getCustomMenuFromDefaultItems(ContextMenu* menu)
 {
     // WebKit2 ignores this client callback and does context menu customization when it is told to show the menu.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to