| Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| index 5cf3d886c2f2063ea69db0be24a73080cc397bad..93ac07e7a297ca871fe20133d0bb452fc138c086 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -8471,6 +8471,7 @@ TEST_P(ParameterizedWebFrameTest, EmbedderTriggeredDetachWithRemoteMainFrame) {
|
| FrameTestHelpers::TestWebRemoteFrameClient remoteClient;
|
| WebView* view = WebView::create(&viewClient, WebPageVisibilityStateVisible);
|
| view->setMainFrame(remoteClient.frame());
|
| + remoteClient.frame()->setReplicatedOrigin(WebSecurityOrigin::createUnique());
|
| WebLocalFrame* childFrame =
|
| FrameTestHelpers::createLocalChild(view->mainFrame()->toWebRemoteFrame());
|
|
|
| @@ -9374,6 +9375,7 @@ TEST_P(ParameterizedWebFrameTest, FrameWidgetTest) {
|
|
|
| FrameTestHelpers::TestWebRemoteFrameClient remoteClient;
|
| view->setMainFrame(remoteClient.frame());
|
| + remoteClient.frame()->setReplicatedOrigin(WebSecurityOrigin::createUnique());
|
|
|
| GestureEventTestWebWidgetClient childWidgetClient;
|
| WebLocalFrame* childFrame = FrameTestHelpers::createLocalChild(
|
| @@ -9622,6 +9624,7 @@ TEST_P(ParameterizedWebFrameTest, CreateLocalChildWithPreviousSibling) {
|
| FrameTestHelpers::TestWebRemoteFrameClient remoteClient;
|
| WebView* view = WebView::create(&viewClient, WebPageVisibilityStateVisible);
|
| view->setMainFrame(remoteClient.frame());
|
| + remoteClient.frame()->setReplicatedOrigin(WebSecurityOrigin::createUnique());
|
| WebRemoteFrame* parent = view->mainFrame()->toWebRemoteFrame();
|
|
|
| WebLocalFrame* secondFrame(
|
|
|