| Index: third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-image.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-image.html b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-image.html
|
| index 21b8c98b4a7e4c5d7d279ce42c8a7a4473745715..a68b3fa7e1c3ead370c7f7d7016c21614b736bec 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-image.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-image.html
|
| @@ -23,7 +23,7 @@ function test()
|
| if (!event.data.url().endsWith("resources/image.png"))
|
| return;
|
|
|
| - var initiatorInfo = SDK.networkLog.initiatorInfoForRequest(event.data);
|
| + var initiatorInfo = NetworkLog.networkLog.initiatorInfoForRequest(event.data);
|
| var element = new Components.Linkifier().linkifyScriptLocation(InspectorTest.mainTarget, initiatorInfo.scriptId, initiatorInfo.url, initiatorInfo.lineNumber - 1, initiatorInfo.columnNumber - 1);
|
| InspectorTest.addResult(element.textContent);
|
| Common.settingForTest("enableAsyncStackTraces").set(false);
|
|
|