| Index: Source/web/AssociatedURLLoaderTest.cpp
|
| diff --git a/Source/web/AssociatedURLLoaderTest.cpp b/Source/web/AssociatedURLLoaderTest.cpp
|
| index b72896aebec6be92d3b033336ca5aea0c8a837f7..07000f39c3665d78f35a342a42f9305de8535161 100644
|
| --- a/Source/web/AssociatedURLLoaderTest.cpp
|
| +++ b/Source/web/AssociatedURLLoaderTest.cpp
|
| @@ -548,7 +548,7 @@ TEST_F(AssociatedURLLoaderTest, RedirectCrossOriginWithAccessControlFailure)
|
| // We should get a notification about access control check failure.
|
| EXPECT_FALSE(m_willSendRequest);
|
| EXPECT_FALSE(m_didReceiveResponse);
|
| - EXPECT_TRUE(m_didReceiveData);
|
| + EXPECT_FALSE(m_didReceiveData);
|
| EXPECT_TRUE(m_didFail);
|
| }
|
|
|
|
|