| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 419ee707f538c4abb15a2795aa6a5b61e5a3f16a..8e4747549572582981dc78460b6fa8ff1a6df3a5 100644
|
| --- a/Source/core/frame/LocalDOMWindow.h
|
| +++ b/Source/core/frame/LocalDOMWindow.h
|
| @@ -122,7 +122,6 @@ public:
|
| DOMSelection* getSelection() override;
|
| void focus(ExecutionContext*) override;
|
| void blur() override;
|
| - void close(ExecutionContext*) override;
|
| void print() override;
|
| void stop() override;
|
| void alert(const String& message = String()) override;
|
|
|