| Index: third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp b/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
|
| index aa072548dff93aad1124ec18489624159c3bb090..6022f38426655a628e263e8c09fefb2dbfa230b7 100644
|
| --- a/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
|
| @@ -93,7 +93,8 @@ void registerMockedURLLoadWithCustomResponse(
|
| const WebString& fileName,
|
| const WebString& relativeBaseDirectory,
|
| WebURLResponse response) {
|
| - // Physical file path for the mock = <webkitRootDir> + relativeBaseDirectory + fileName.
|
| + // Physical file path for the mock =
|
| + // <webkitRootDir> + relativeBaseDirectory + fileName.
|
| String filePath = testing::blinkRootDir();
|
| filePath.append("/Source/web/tests/data/");
|
| filePath.append(relativeBaseDirectory);
|
|
|