Index: Source/web/tests/AssociatedURLLoaderTest.cpp |
diff --git a/Source/web/tests/AssociatedURLLoaderTest.cpp b/Source/web/tests/AssociatedURLLoaderTest.cpp |
index 2813c938857b4cb9c81c9a2a2bcaab15dc56496e..578a9a6364bf31e22fe2f7ba7b98a714aad4bc7c 100644 |
--- a/Source/web/tests/AssociatedURLLoaderTest.cpp |
+++ b/Source/web/tests/AssociatedURLLoaderTest.cpp |
@@ -555,7 +555,7 @@ |
// We should get a notification about access control check failure. |
EXPECT_FALSE(m_willSendRequest); |
EXPECT_FALSE(m_didReceiveResponse); |
- EXPECT_FALSE(m_didReceiveData); |
+ EXPECT_TRUE(m_didReceiveData); |
EXPECT_TRUE(m_didFail); |
} |