Title: [191434] trunk/Source/WebKit2
Revision
191434
Author
achristen...@apple.com
Date
2015-10-21 21:45:53 -0700 (Wed, 21 Oct 2015)

Log Message

Speculative EFL build fix.

* WebProcess/WebCoreSupport/WebContextMenuClient.h:
Remove another customizeMenu call.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (191433 => 191434)


--- trunk/Source/WebKit2/ChangeLog	2015-10-22 04:39:01 UTC (rev 191433)
+++ trunk/Source/WebKit2/ChangeLog	2015-10-22 04:45:53 UTC (rev 191434)
@@ -1,3 +1,10 @@
+2015-10-21  Alex Christensen  <achristen...@webkit.org>
+
+        Speculative EFL build fix.
+
+        * WebProcess/WebCoreSupport/WebContextMenuClient.h:
+        Remove another customizeMenu call.
+
 2015-10-21  Gyuyoung Kim  <gyuyoung....@webkit.org>
 
         [EFL][GTK][WK2] Fix build break since r191402, r191401

Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.h (191433 => 191434)


--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.h	2015-10-22 04:39:01 UTC (rev 191433)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.h	2015-10-22 04:45:53 UTC (rev 191434)
@@ -44,9 +44,7 @@
 private:
     virtual void contextMenuDestroyed() override;
 
-#if USE(CROSS_PLATFORM_CONTEXT_MENUS)
-    virtual std::unique_ptr<WebCore::ContextMenu> customizeMenu(std::unique_ptr<WebCore::ContextMenu>) override;
-#else
+#if !USE(CROSS_PLATFORM_CONTEXT_MENUS)
     virtual WebCore::PlatformMenuDescription getCustomMenuFromDefaultItems(WebCore::ContextMenu*) override;
 #endif
     virtual void contextMenuItemSelected(WebCore::ContextMenuItem*, const WebCore::ContextMenu*) override;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to