| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index 2b8671ed8b6b2cc82af45e39243850034f3d5263..68076950f7ec780587b9ceaf38cebb25b5fdbe9f 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -107,7 +107,6 @@ class CORE_EXPORT LocalFrame final : public Frame,
|
| // Frame overrides:
|
| ~LocalFrame() override;
|
| DECLARE_VIRTUAL_TRACE();
|
| - WindowProxy* windowProxy(DOMWrapperWorld&) override;
|
| void navigate(Document& originDocument,
|
| const KURL&,
|
| bool replaceCurrentItem,
|
|
|