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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.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/http/tests/inspector/resource-har-conversion.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
index 72bd3e825e3fcda77175e7ed6961444d0790f650..2dcdd00d22802dbccbd9e7049c7d779b051426cf 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
@@ -51,7 +51,7 @@ var test = function()
}
addCookieHeadersToRequest(findRequestByURL(/inspector-test\.js$/));
- var log = (new WebInspector.HARLog(InspectorTest.networkRequests())).build();
+ var log = (new SDK.HARLog(InspectorTest.networkRequests())).build();
// Filter out favicon.ico requests that only appear on certain platforms.
log.entries = log.entries.filter(function(entry) {
return !/favicon\.ico$/.test(entry.request.url);

Powered by Google App Engine
This is Rietveld 408576698