| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 44bace909f42b7733895f321970c88a94a52aa2e..5ac380ffd776bae30fcb1ee888e9e62588f8c4ba 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -52,7 +52,7 @@ public:
|
| // Used when we might swap from a remote frame to a local frame.
|
| // Creates a provisional, semi-attached frame that will be fully
|
| // swapped into the frame tree if it commits.
|
| - virtual void initializeToReplaceRemoteFrame(WebRemoteFrame*, const WebString& name, WebSandboxFlags) = 0;
|
| + virtual void initializeToReplaceRemoteFrame(WebRemoteFrame*, const WebString& name, WebSandboxFlags, const WebFrameOwnerProperties&) = 0;
|
|
|
| virtual void setAutofillClient(WebAutofillClient*) = 0;
|
| virtual WebAutofillClient* autofillClient() = 0;
|
|
|