| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index a286e03292b0f8d8d12b80a7785b4078012bbd93..eb605d4d7cf0eacd47a84aaee8ac7c43b8d7417e 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -92,7 +92,6 @@ public:
|
| bool hasHorizontalScrollbar() const override;
|
| bool hasVerticalScrollbar() const override;
|
| WebView* view() const override;
|
| - void setOpener(WebFrame*) override;
|
| WebDocument document() const override;
|
| WebPerformance performance() const override;
|
| bool dispatchBeforeUnloadEvent() override;
|
| @@ -260,7 +259,7 @@ public:
|
| void willBeDetached();
|
| void willDetachParent();
|
|
|
| - static WebLocalFrameImpl* create(WebTreeScopeType, WebFrameClient*);
|
| + static WebLocalFrameImpl* create(WebTreeScopeType, WebFrameClient*, WebFrame* opener);
|
| static WebLocalFrameImpl* createProvisional(WebFrameClient*, WebRemoteFrame*, WebSandboxFlags, const WebFrameOwnerProperties&);
|
| ~WebLocalFrameImpl() override;
|
|
|
|
|