| 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 dbbc6b2ec80dc65bdaec56ddba70b4f6e74f0617..5f6581c4684ff94e9cfa733660b197fe2526adf6 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 SDK.HARLog(InspectorTest.networkRequests())).build();
|
| + var log = (new NetworkLog.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);
|
|
|