Index: Source/web/tests/WebFrameTest.cpp |
diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp |
index 10f14462c431349224cfd23efe19d3651ba66e99..5882059e7a41755b8f144dafc96dc4ca38c31e45 100644 |
--- a/Source/web/tests/WebFrameTest.cpp |
+++ b/Source/web/tests/WebFrameTest.cpp |
@@ -6896,7 +6896,7 @@ TEST_F(WebFrameSwapTest, SwapParentShouldDetachChildren) |
// Create child frames in the target frame before testing the swap. |
FrameTestHelpers::TestWebRemoteFrameClient remoteFrameClient; |
- remoteFrame->createRemoteChild("", &remoteFrameClient); |
+ remoteFrame->createRemoteChild("", WebSandboxFlags::None, &remoteFrameClient); |
FrameTestHelpers::TestWebFrameClient client; |
WebFrame* localFrame = WebLocalFrame::create(&client); |