| Index: Source/core/frame/LocalDOMWindow.h | 
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h | 
| index de23737abd637e2faaed5785eeed577273a7af7f..af638e6b332647c8ce38013bc88f4924d756bf07 100644 | 
| --- a/Source/core/frame/LocalDOMWindow.h | 
| +++ b/Source/core/frame/LocalDOMWindow.h | 
| @@ -121,7 +121,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; | 
|  |