Changeset 191432 in webkit


Ignore:
Timestamp:
Oct 21, 2015, 8:17:06 PM (10 years ago)
Author:
achristensen@apple.com
Message:

Recommit r191428.

I don't think it was supposed to be reverted in r191429, and it really does fix the build.

  • loader/EmptyClients.h:

(WebCore::EmptyContextMenuClient::~EmptyContextMenuClient):
Remove customizeMenu again.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r191429 r191432  
     12015-10-21  Alex Christensen  <achristensen@webkit.org>
     2
     3        Recommit r191428.
     4
     5        I don't think it was supposed to be reverted in r191429, and it really does fix the build.
     6
     7        * loader/EmptyClients.h:
     8        (WebCore::EmptyContextMenuClient::~EmptyContextMenuClient):
     9        Remove customizeMenu again.
     10
    1112015-10-21  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
    212
  • trunk/Source/WebCore/loader/EmptyClients.h

    r191429 r191432  
    550550    virtual void contextMenuDestroyed() override { }
    551551
    552 #if USE(CROSS_PLATFORM_CONTEXT_MENUS)
    553     virtual std::unique_ptr<ContextMenu> customizeMenu(std::unique_ptr<ContextMenu>) override { return nullptr; }
    554 #else
     552#if !USE(CROSS_PLATFORM_CONTEXT_MENUS)
    555553    virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*) override { return nullptr; }
    556554#endif
Note: See TracChangeset for help on using the changeset viewer.