| Index: Source/core/frame/RemoteDOMWindow.h
|
| diff --git a/Source/core/frame/RemoteDOMWindow.h b/Source/core/frame/RemoteDOMWindow.h
|
| index a401a9f15e1ddf2398729b8712761f3966d87a7b..62a8af94eae215d589a157543da3b30554324c6c 100644
|
| --- a/Source/core/frame/RemoteDOMWindow.h
|
| +++ b/Source/core/frame/RemoteDOMWindow.h
|
| @@ -57,7 +57,6 @@ public:
|
| DOMSelection* getSelection() override;
|
| void focus(ExecutionContext* = 0) override;
|
| void blur() override;
|
| - void close(ExecutionContext* = 0) override;
|
| void print() override;
|
| void stop() override;
|
| void alert(const String& message = String()) override;
|
|
|