Index: Source/web/tests/URLTestHelpers.cpp |
diff --git a/Source/web/tests/URLTestHelpers.cpp b/Source/web/tests/URLTestHelpers.cpp |
index b5bb7a0b8e0b92d875a5806356e83b16147b3448..f253aa15b6747e82151c3e92da2fdeb07e0f703d 100644 |
--- a/Source/web/tests/URLTestHelpers.cpp |
+++ b/Source/web/tests/URLTestHelpers.cpp |
@@ -61,7 +61,7 @@ void registerMockedURLLoad(const WebURL& fullURL, const WebString& fileName, con |
// Physical file path for the mock = <webkitRootDir> + relativeBaseDirectory + fileName. |
std::string filePath = std::string(Platform::current()->unitTestSupport()->webKitRootDir().utf8().data()); |
- filePath.append("/Source/WebKit/chromium/tests/data/"); |
+ filePath.append("/Source/web/tests/data/"); |
filePath.append(std::string(relativeBaseDirectory.utf8().data())); |
filePath.append(std::string(fileName.utf8().data())); |