| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 5ce9908e3e404c2470c1acbf9d98efb609881b68..3ff528dfbbfee44bb093fbaf8efe2d92f913f3f3 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;
|
|
|