| 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 cd69fcbc7a8f696682725201f1bafdcfe7c99fea..0fa0544a2c0bc1a93c4d4e694ad3415d10093043 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -8818,9 +8818,8 @@ TEST_F(WebFrameSwapTest, SetTimeoutAfterSwap) {
|
| "} catch (e) { e; }"));
|
| ASSERT_TRUE(!exception.IsEmpty());
|
| EXPECT_EQ(
|
| - "SecurityError: Failed to execute 'setTimeout' on 'Window': Blocked a "
|
| - "frame with origin \"http://internal.test\" from accessing a "
|
| - "cross-origin frame.",
|
| + "SecurityError: Blocked a frame with origin \"http://internal.test\" "
|
| + "from accessing a cross-origin frame.",
|
| toCoreString(exception
|
| ->ToString(ScriptState::forMainWorld(
|
| webView()->mainFrameImpl()->frame())
|
|
|