| Index: third_party/WebKit/LayoutTests/inspector/load-file-resource-for-frontend.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/load-file-resource-for-frontend.html b/third_party/WebKit/LayoutTests/inspector/load-file-resource-for-frontend.html
|
| index 36e3c2ce19e91005c505ec6316b978908167cf65..9ee07f2b35cd8b44dad5cbeaf31095487559f906 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/load-file-resource-for-frontend.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/load-file-resource-for-frontend.html
|
| @@ -12,7 +12,7 @@ function test()
|
| var fullURL = urlPrefix + url;
|
| InspectorTest.addResult("Loading resource from " + url);
|
|
|
| - WebInspector.ResourceLoader.load(fullURL, null, callback);
|
| + Host.ResourceLoader.load(fullURL, null, callback);
|
|
|
| function callback(statusCode, headers, content)
|
| {
|
|
|