| Index: third_party/WebKit/Source/web/tests/MHTMLTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/MHTMLTest.cpp b/third_party/WebKit/Source/web/tests/MHTMLTest.cpp
|
| index 091ebdecd2a03dffbe1a6ac7ae5896551ab66899..568e265a82bbad347f0cfc42478ec04ecbeb1178 100644
|
| --- a/third_party/WebKit/Source/web/tests/MHTMLTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/MHTMLTest.cpp
|
| @@ -167,7 +167,7 @@ private:
|
| PassRefPtr<SharedBuffer> readFile(const char* fileName)
|
| {
|
| String filePath = m_filePath + fileName;
|
| - return Platform::current()->unitTestSupport()->readFromFile(filePath);
|
| + return testing::readFromFile(filePath);
|
| }
|
|
|
| String m_filePath;
|
|
|