Index: public/web/WebLocalFrame.h |
diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h |
index e9dbe9926f5cc2ac9ad063c5728c1d13a436e5d1..45f93f510c1f2a320ddd9915d4b846ad62cdeaeb 100644 |
--- a/public/web/WebLocalFrame.h |
+++ b/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; |