Update path to reflect new WebKit directory location.
* tests/WebFrameTest.cpp:
(WebKit::WebFrameTest::registerMockedURLLoad):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@75931
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-01-17 Adam Barth <abarth@webkit.org>
+
+ Update path to reflect new WebKit directory location.
+
+ * tests/WebFrameTest.cpp:
+ (WebKit::WebFrameTest::registerMockedURLLoad):
+
2011-01-16 Kent Tamura <tkent@chromium.org>
Unreviewed, Chromium-linux build fix.
void registerMockedURLLoad(const WebURL& url, const WebURLResponse& response, const WebString& fileName)
{
std::string filePath = webkit_support::GetWebKitRootDir().utf8();
- filePath.append("/WebKit/chromium/tests/data/");
+ filePath.append("/Source/WebKit/chromium/tests/data/");
filePath.append(fileName.utf8());
webkit_support::RegisterMockedURL(url, response, WebString::fromUTF8(filePath));
}