Index: third_party/WebKit/Source/web/tests/RootScrollerTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp |
index a90a6531502c5d815a8aafc1148c7ce52e20ad44..da1b449c701951061c1df1a9774a5b1eca4bf18a 100644 |
--- a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp |
@@ -81,8 +81,8 @@ class RootScrollerTest : public ::testing::Test { |
} |
void registerMockedHttpURLLoad(const std::string& fileName) { |
- URLTestHelpers::registerMockedURLFromBaseURL( |
- WebString::fromUTF8(m_baseURL.c_str()), |
+ URLTestHelpers::registerMockedURLLoadFromBase( |
+ WebString::fromUTF8(m_baseURL.c_str()), testing::webTestDataPath(), |
Takashi Toyoshima
2017/01/26 10:57:58
removing c_str
|
WebString::fromUTF8(fileName.c_str())); |
} |