| Index: third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp b/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| index 3abba531aa294a7551677efcb89e801e0d5cd4f8..bb99be2081772809b794d4e95b853bc5bb7967ed 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| @@ -324,7 +324,7 @@ TEST(RemoteFrameThrottlingTest, ThrottledLocalRoot)
|
| WebFrameOwnerProperties properties;
|
| FrameTestHelpers::TestWebFrameClient localFrameClient;
|
| WebRemoteFrame* rootFrame = webView->mainFrame()->toWebRemoteFrame();
|
| - WebLocalFrame* localFrame = rootFrame->createLocalChild(WebTreeScopeType::Document, "", WebSandboxFlags::None, &localFrameClient, nullptr, properties);
|
| + WebLocalFrame* localFrame = rootFrame->createLocalChild(WebTreeScopeType::Document, "", "", WebSandboxFlags::None, &localFrameClient, nullptr, properties);
|
|
|
| WebString baseURL("http://internal.test/");
|
| URLTestHelpers::registerMockedURLFromBaseURL(baseURL, "simple_div.html");
|
|
|