| Index: Source/web/tests/FrameTestHelpers.cpp
|
| diff --git a/Source/web/tests/FrameTestHelpers.cpp b/Source/web/tests/FrameTestHelpers.cpp
|
| index 62232f33dfd0534703f96db2701ae80f44a7113d..e78814444cfdbd79b9ac12655021d0418bae791a 100644
|
| --- a/Source/web/tests/FrameTestHelpers.cpp
|
| +++ b/Source/web/tests/FrameTestHelpers.cpp
|
| @@ -286,7 +286,7 @@ TestWebFrameClient::TestWebFrameClient() : m_loadsInProgress(0)
|
| {
|
| }
|
|
|
| -WebFrame* TestWebFrameClient::createChildFrame(WebLocalFrame* parent, WebTreeScopeType scope, const WebString& frameName, WebSandboxFlags sandboxFlags)
|
| +WebFrame* TestWebFrameClient::createChildFrame(WebLocalFrame* parent, WebTreeScopeType scope, const WebString& frameName, WebSandboxFlags sandboxFlags, const WebFrameOwnerProperties& frameOwnerProperties)
|
| {
|
| WebFrame* frame = WebLocalFrame::create(scope, this);
|
| parent->appendChild(frame);
|
|
|