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 903983eacf9d585c4d82669041e629af7b152bb4..3651d910aa501bb5893e4a3f8eef778be66f8a88 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
@@ -202,7 +202,6 @@ public: |
WebAutofillClient* autofillClient() override; |
void setDevToolsAgentClient(WebDevToolsAgentClient*) override; |
WebDevToolsAgent* devToolsAgent() override; |
- void setFrameOwnerProperties(const WebFrameOwnerProperties&) override; |
WebLocalFrameImpl* localRoot() override; |
WebLocalFrame* traversePreviousLocal(bool wrap) const override; |
WebLocalFrame* traverseNextLocal(bool wrap) const override; |
@@ -251,7 +250,7 @@ public: |
void willDetachParent(); |
static WebLocalFrameImpl* create(WebTreeScopeType, WebFrameClient*, WebFrame* opener); |
- static WebLocalFrameImpl* createProvisional(WebFrameClient*, WebRemoteFrame*, WebSandboxFlags, const WebFrameOwnerProperties&); |
+ static WebLocalFrameImpl* createProvisional(WebFrameClient*, WebRemoteFrame*, WebSandboxFlags); |
~WebLocalFrameImpl() override; |
LocalFrame* createChildFrame(const FrameLoadRequest&, const AtomicString& name, HTMLFrameOwnerElement*); |