Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-log-wrapped-in-framework.html
index 94d65b5..9bfc606 100644 (file)
@@ -14,8 +14,6 @@ function runLogs()
 function test()
 {
     var frameworkRegexString = "/framework\\.js$";
-    WebInspector.experimentsSettings.frameworksDebuggingSupport.enableForTest();
-    WebInspector.settings.skipStackFramesSwitch.set(true);
     WebInspector.settings.skipStackFramesPattern.set(frameworkRegexString);
 
     InspectorTest.evaluateInPage("runLogs()");