| 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 8098610279f737c08eff50829401ee29eb3e86ce..d3ae3574edf9dfa5c3ad39baddf94fefa5cb4df1 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -234,7 +234,7 @@ public:
|
| v8::Local<v8::Value> createTestInterface(const AtomicString& name);
|
|
|
| // WebLocalFrame methods:
|
| - void initializeToReplaceRemoteFrame(WebRemoteFrame*, const WebString& name, WebSandboxFlags) override;
|
| + void initializeToReplaceRemoteFrame(WebRemoteFrame*, const WebString& name, WebSandboxFlags, const WebFrameOwnerProperties&) override;
|
| void setAutofillClient(WebAutofillClient*) override;
|
| WebAutofillClient* autofillClient() override;
|
| void setDevToolsAgentClient(WebDevToolsAgentClient*) override;
|
|
|