Index: Source/web/tests/WebFrameTest.cpp |
diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp |
index 43879ee036aa77e22b87293339182e8bdab89fbe..bef9cea944d0f013150199bbd5e3b6bab442da36 100644 |
--- a/Source/web/tests/WebFrameTest.cpp |
+++ b/Source/web/tests/WebFrameTest.cpp |
@@ -6623,7 +6623,7 @@ TEST_F(WebFrameTest, EmbedderTriggeredDetachWithRemoteMainFrame) |
WebView* view = WebView::create(&viewClient); |
view->setMainFrame(WebRemoteFrame::create(&remoteClient)); |
FrameTestHelpers::TestWebFrameClient childFrameClient; |
- WebLocalFrame* childFrame = view->mainFrame()->toWebRemoteFrame()->createLocalChild("", &childFrameClient); |
+ WebLocalFrame* childFrame = view->mainFrame()->toWebRemoteFrame()->createLocalChild("", WebSandboxNone, &childFrameClient); |
// Purposely keep the LocalFrame alive so it's the last thing to be destroyed. |
RefPtrWillBePersistent<Frame> childCoreFrame = toCoreFrame(childFrame); |