| Index: Source/web/tests/WebFrameTest.cpp
|
| diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp
|
| index 054308b7cab5dedacbaaa2c792b5f9b8ade5261f..dfb1cad8db694e1cf15e0f8856f55c7774255073 100644
|
| --- a/Source/web/tests/WebFrameTest.cpp
|
| +++ b/Source/web/tests/WebFrameTest.cpp
|
| @@ -6622,7 +6622,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("", WebSandboxFlags::None, &childFrameClient);
|
|
|
| // Purposely keep the LocalFrame alive so it's the last thing to be destroyed.
|
| RefPtrWillBePersistent<Frame> childCoreFrame = toCoreFrame(childFrame);
|
|
|