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 a68b3fa7e1c3ead370c7f7d7016c21614b736bec..e42d2ec0605b4c94c6aec776842d7b0dd08a0bd3 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 |
@@ -14,7 +14,6 @@ function testFunction() |
function test() |
{ |
- Common.settingForTest("enableAsyncStackTraces").set(true); |
InspectorTest.evaluateInPage("testFunction()"); |
InspectorTest.networkManager.addEventListener(SDK.NetworkManager.Events.RequestFinished, requestFinished); |
@@ -26,7 +25,6 @@ function test() |
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); |
InspectorTest.completeTest(); |
} |
} |