Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: third_party/WebKit/LayoutTests/inspector/load-file-resource-for-frontend.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
{

Powered by Google App Engine
This is Rietveld 408576698