| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index d5715a0e5e344540e3db4614843293ce889648fd..c8836bfd338b2a1f35086f28afff24d581231838 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -317,7 +317,7 @@ public:
|
| bool canCopyCut(LocalFrame*, bool defaultValue) const override { return defaultValue; }
|
| bool canPaste(LocalFrame*, bool defaultValue) const override { return defaultValue; }
|
|
|
| - bool handleKeyboardEvent() override { return false; }
|
| + bool handleKeyboardEvent(LocalFrame*) override { return false; }
|
| };
|
|
|
| class EmptyContextMenuClient final : public ContextMenuClient {
|
|
|