| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 137e8ec5ef4fc1afa31aebb968a448d278ea8e2e..f0205f1f5523cb4e932c52c354af99207ce999e4 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -355,7 +355,7 @@ class EmptyContextMenuClient : public ContextMenuClient {
|
| public:
|
| EmptyContextMenuClient() { }
|
| virtual ~EmptyContextMenuClient() { }
|
| - virtual PassOwnPtr<ContextMenu> customizeMenu(PassOwnPtr<ContextMenu>) OVERRIDE;
|
| + virtual void showContextMenu(const ContextMenu*) OVERRIDE { }
|
| };
|
|
|
| class EmptyDragClient : public DragClient {
|
|
|