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 2e7a36873efb57291cba5678c93c1ba0204dfd97..99b53e2255ec7560c0ac067dad4221be87ea5cf6 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; |
@@ -261,7 +260,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; |