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 09dd04d20f69f950dafe23dd5592a70bb86a7c5d..a9c5865164a780ad66ac1f89618f20295314a548 100644 |
--- a/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp |
@@ -322,9 +322,8 @@ TEST(RemoteFrameThrottlingTest, ThrottledLocalRoot) |
remoteClient.frame()->setReplicatedOrigin(WebSecurityOrigin::createUnique()); |
WebFrameOwnerProperties properties; |
- FrameTestHelpers::TestWebFrameClient localFrameClient; |
WebRemoteFrame* rootFrame = webView->mainFrame()->toWebRemoteFrame(); |
- WebLocalFrame* localFrame = rootFrame->createLocalChild(WebTreeScopeType::Document, "", WebSandboxFlags::None, &localFrameClient, nullptr, properties); |
+ WebLocalFrame* localFrame = FrameTestHelpers::createLocalChild(rootFrame); |
WebString baseURL("http://internal.test/"); |
URLTestHelpers::registerMockedURLFromBaseURL(baseURL, "simple_div.html"); |