| Index: third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| index 6360d3243fbfc05ae39dee0ada10b4b801964bd1..0c2d6422f276dd580ac91d596fdecf0d4d71d07e 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| @@ -292,7 +292,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);
|
|
|