Changeset 191436 in webkit


Ignore:
Timestamp:
Oct 21, 2015 10:13:32 PM (9 years ago)
Author:
Gyuyoung Kim
Message:

Unreviewed EFL build fix. Remove customizeMenu implementation.

  • WebProcess/WebCoreSupport/WebContextMenuClient.cpp:

(WebKit::WebContextMenuClient::customizeMenu): Deleted.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r191434 r191436  
     12015-10-21  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
     2
     3       Unreviewed EFL build fix. Remove customizeMenu implementation.
     4
     5        * WebProcess/WebCoreSupport/WebContextMenuClient.cpp:
     6        (WebKit::WebContextMenuClient::customizeMenu): Deleted.
     7
    182015-10-21  Alex Christensen  <achristensen@webkit.org>
    29
  • trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp

    r191429 r191436  
    5050}
    5151
    52 #if USE(CROSS_PLATFORM_CONTEXT_MENUS)
    53 std::unique_ptr<ContextMenu> WebContextMenuClient::customizeMenu(std::unique_ptr<ContextMenu>)
    54 {
    55     return nullptr;
    56 }
    57 #else
     52#if !USE(CROSS_PLATFORM_CONTEXT_MENUS)
    5853PlatformMenuDescription WebContextMenuClient::getCustomMenuFromDefaultItems(ContextMenu* menu)
    5954{
Note: See TracChangeset for help on using the changeset viewer.