Index: third_party/WebKit/public/web/WebRemoteFrame.h |
diff --git a/third_party/WebKit/public/web/WebRemoteFrame.h b/third_party/WebKit/public/web/WebRemoteFrame.h |
index c8515073d741ef8af5d9a6d7222910f534f55044..6c24b6d9da0f4548364f330a5b527fa43ded0bb1 100644 |
--- a/third_party/WebKit/public/web/WebRemoteFrame.h |
+++ b/third_party/WebKit/public/web/WebRemoteFrame.h |
@@ -23,7 +23,7 @@ public: |
// insertion order, so the local child version takes a previous sibling to |
// ensure that it is inserted into the correct location in the list of |
// children. |
- virtual WebLocalFrame* createLocalChild(WebTreeScopeType, const WebString& name, WebSandboxFlags, WebFrameClient*, WebFrame* previousSibling) = 0; |
+ virtual WebLocalFrame* createLocalChild(WebTreeScopeType, const WebString& name, WebSandboxFlags, WebFrameClient*, WebFrame* previousSibling, const WebFrameOwnerProperties&) = 0; |
virtual WebRemoteFrame* createRemoteChild(WebTreeScopeType, const WebString& name, WebSandboxFlags, WebRemoteFrameClient*) = 0; |