| 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)
|
|
|