Index: LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack.html |
diff --git a/LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack.html b/LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack.html |
index 75cde71cff792940455a97689c9d04622c84709a..74c67623ce345defd8ed1c9821b1936c529c6020 100644 |
--- a/LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack.html |
+++ b/LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack.html |
@@ -35,7 +35,6 @@ function test() |
var frameworkRegexString = "/framework\\.js$"; |
var maxAsyncCallStackDepth = 4; |
- WebInspector.experimentsSettings.frameworksDebuggingSupport.enableForTest(); |
WebInspector.settings.skipStackFramesPattern.set(frameworkRegexString); |
InspectorTest.setQuiet(true); |