Index: Source/web/tests/WebFrameTest.cpp |
diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp |
index 9c6822ee3a85be6b747eaec5fde9c36ec29f6221..1bcee0fe62ee4fd471c6522f40006d6f5458c7e6 100644 |
--- a/Source/web/tests/WebFrameTest.cpp |
+++ b/Source/web/tests/WebFrameTest.cpp |
@@ -3350,7 +3350,7 @@ TEST_F(WebFrameTest, CompositorScrollIsUserScrollShortPage) |
TEST_F(WebFrameTest, FirstPartyForCookiesForRedirect) |
{ |
WTF::String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); |
- filePath.append("/Source/WebKit/chromium/tests/data/first_party.html"); |
+ filePath.append("/Source/web/tests/data/first_party.html"); |
WebURL testURL(toKURL("http://www.test.com/first_party_redirect.html")); |
char redirect[] = "http://www.test.com/first_party.html"; |