| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6.html
|
| index cd476b2fbcf2ce527d82f9970162d5419e7c43bf..4981870aab67de84348dc8caa216ee10919f5630 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6.html
|
| @@ -18,7 +18,7 @@ function test()
|
| {
|
| var request = event.data;
|
| InspectorTest.addResult(request.url());
|
| - InspectorTest.addObject(new SDK.HAREntry(request).build(), InspectorTest.HARPropertyFormatters);
|
| + InspectorTest.addObject(new NetworkLog.HAREntry(request).build(), InspectorTest.HARPropertyFormatters);
|
| InspectorTest.completeTest();
|
| }
|
| }
|
|
|