Index: LayoutTests/inspector/console/console-log-wrapped-in-framework.html |
diff --git a/LayoutTests/inspector/console/console-log-wrapped-in-framework.html b/LayoutTests/inspector/console/console-log-wrapped-in-framework.html |
index 663e3d948c99a0d6ce4741fcccd229417c1607a0..9bfc606ce46734667a529ab9f213d5b45c0758dc 100644 |
--- a/LayoutTests/inspector/console/console-log-wrapped-in-framework.html |
+++ b/LayoutTests/inspector/console/console-log-wrapped-in-framework.html |
@@ -14,7 +14,6 @@ function runLogs() |
function test() |
{ |
var frameworkRegexString = "/framework\\.js$"; |
- WebInspector.experimentsSettings.frameworksDebuggingSupport.enableForTest(); |
WebInspector.settings.skipStackFramesPattern.set(frameworkRegexString); |
InspectorTest.evaluateInPage("runLogs()"); |