| Index: Source/web/tests/FrameTestHelpers.cpp
|
| diff --git a/Source/web/tests/FrameTestHelpers.cpp b/Source/web/tests/FrameTestHelpers.cpp
|
| index 1fd60002fc38ec8950ff7837227b839fdf96c5a1..f0df139bac881011a4760d4dc7029cfbccc10561 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);
|
|
|