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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/har-content.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/network/har-content.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/har-content.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/har-content.html
index b8e2e874b0a651eaf0f37cf4582a3cf005287dca..97bd77464f49d4d1890a6335d478621399715bd4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/har-content.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/har-content.html
@@ -14,9 +14,9 @@ var test = function()
function step2()
{
- var writer = new WebInspector.HARWriter();
+ var writer = new Network.HARWriter();
var stream = new InspectorTest.StringOutputStream(onSaved);
- writer.write(stream, InspectorTest.networkRequests(), new WebInspector.Progress());
+ writer.write(stream, InspectorTest.networkRequests(), new Common.Progress());
}
function dumpContent(content)

Powered by Google App Engine
This is Rietveld 408576698