| Index: Source/WebCore/loader/EmptyClients.h
|
| diff --git a/Source/WebCore/loader/EmptyClients.h b/Source/WebCore/loader/EmptyClients.h
|
| index e9b605cf56b0120a597aa47924dd1bf104c083be..5b12b3afc1185d2a5185558771c886f1273cdf3f 100644
|
| --- a/Source/WebCore/loader/EmptyClients.h
|
| +++ b/Source/WebCore/loader/EmptyClients.h
|
| @@ -428,12 +428,8 @@ public:
|
| virtual ~EmptyContextMenuClient() { }
|
| virtual void contextMenuDestroyed() { }
|
|
|
| -#if USE(CROSS_PLATFORM_CONTEXT_MENUS)
|
| virtual PassOwnPtr<ContextMenu> customizeMenu(PassOwnPtr<ContextMenu>) OVERRIDE;
|
| -#else
|
| - virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*) { return 0; }
|
| -#endif
|
| - virtual void contextMenuItemSelected(ContextMenuItem*, const ContextMenu*) { }
|
| + virtual void contextMenuItemSelected(const ContextMenuItem*, const ContextMenu*) { }
|
|
|
| virtual void downloadURL(const KURL&) { }
|
| virtual void copyImageToClipboard(const HitTestResult&) { }
|
|
|