| 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 a11f9cbf994436021aa49f01d84c18fcdeffcfed..ad15adb67c1b11ed99a2e25698d703d74cc46fa6 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
|
| @@ -12,13 +12,13 @@ function submit()
|
| function test()
|
| {
|
| InspectorTest.evaluateInPage("submit()");
|
| - InspectorTest.networkManager.addEventListener(WebInspector.NetworkManager.Events.RequestFinished, onRequestFinished);
|
| + InspectorTest.networkManager.addEventListener(SDK.NetworkManager.Events.RequestFinished, onRequestFinished);
|
|
|
| function onRequestFinished(event)
|
| {
|
| var request = event.data;
|
| InspectorTest.addResult(request.url);
|
| - InspectorTest.addObject(new WebInspector.HAREntry(request).build(), InspectorTest.HARPropertyFormatters);
|
| + InspectorTest.addObject(new SDK.HAREntry(request).build(), InspectorTest.HARPropertyFormatters);
|
| InspectorTest.completeTest();
|
| }
|
| }
|
|
|