| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html
|
| index 7889d1e6e2e01c3760a48c913dea80c12bb55640..8788e766419d4a2484b8470412497873fd11a388 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html
|
| @@ -60,7 +60,7 @@ var test = function()
|
| "_transferSize": "formatAsTypeName",
|
| "_error": "skip"
|
| };
|
| - InspectorTest.addObject(new SDK.HAREntry(testRequest).build(), stillNondeterministic, "", "HAR:");
|
| + InspectorTest.addObject(new NetworkLog.HAREntry(testRequest).build(), stillNondeterministic, "", "HAR:");
|
| InspectorTest.completeTest();
|
| }
|
| </script>
|
|
|