| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
|
| index 72bd3e825e3fcda77175e7ed6961444d0790f650..2dcdd00d22802dbccbd9e7049c7d779b051426cf 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
|
| @@ -51,7 +51,7 @@ var test = function()
|
| }
|
|
|
| addCookieHeadersToRequest(findRequestByURL(/inspector-test\.js$/));
|
| - var log = (new WebInspector.HARLog(InspectorTest.networkRequests())).build();
|
| + var log = (new SDK.HARLog(InspectorTest.networkRequests())).build();
|
| // Filter out favicon.ico requests that only appear on certain platforms.
|
| log.entries = log.entries.filter(function(entry) {
|
| return !/favicon\.ico$/.test(entry.request.url);
|
|
|