| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters.html
|
| index 2bf5149037af3caa560ec1366a8e1e4c6f166f17..f58a0c7b34a28aafdc6ac616f133c7fbc5be393d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters.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();
|
| }
|
| }
|
|
|