Changeset 191432 in webkit
- Timestamp:
- Oct 21, 2015, 8:17:06 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r191429 r191432 1 2015-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 1 11 2015-10-21 Gyuyoung Kim <gyuyoung.kim@webkit.org> 2 12 -
trunk/Source/WebCore/loader/EmptyClients.h
r191429 r191432 550 550 virtual void contextMenuDestroyed() override { } 551 551 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) 555 553 virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*) override { return nullptr; } 556 554 #endif
Note:
See TracChangeset
for help on using the changeset viewer.