| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index f9499cfd6faecc06b4d18d1e1680fe92c32935e6..0ce32c8ec321e6407748629da5c13472f19beea8 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -233,7 +233,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;
|
|
|