Changeset 191434 in webkit


Ignore:
Timestamp:
Oct 21, 2015 9:45:53 PM (9 years ago)
Author:
achristensen@apple.com
Message:

Speculative EFL build fix.

  • WebProcess/WebCoreSupport/WebContextMenuClient.h:

Remove another customizeMenu call.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r191429 r191434  
     12015-10-21  Alex Christensen  <achristensen@webkit.org>
     2
     3        Speculative EFL build fix.
     4
     5        * WebProcess/WebCoreSupport/WebContextMenuClient.h:
     6        Remove another customizeMenu call.
     7
    182015-10-21  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
    29
  • trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.h

    r191429 r191434  
    4545    virtual void contextMenuDestroyed() override;
    4646
    47 #if USE(CROSS_PLATFORM_CONTEXT_MENUS)
    48     virtual std::unique_ptr<WebCore::ContextMenu> customizeMenu(std::unique_ptr<WebCore::ContextMenu>) override;
    49 #else
     47#if !USE(CROSS_PLATFORM_CONTEXT_MENUS)
    5048    virtual WebCore::PlatformMenuDescription getCustomMenuFromDefaultItems(WebCore::ContextMenu*) override;
    5149#endif
Note: See TracChangeset for help on using the changeset viewer.