| Index: LayoutTests/inspector/sources/debugger/frameworks-step-from-framework.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/frameworks-step-from-framework.html b/LayoutTests/inspector/sources/debugger/frameworks-step-from-framework.html
|
| index 37ee7b5501a0aeb3c4681579e7e8d4cba5684826..b3c1175158efb1c8a88261175e353a1c2474e69f 100644
|
| --- a/LayoutTests/inspector/sources/debugger/frameworks-step-from-framework.html
|
| +++ b/LayoutTests/inspector/sources/debugger/frameworks-step-from-framework.html
|
| @@ -16,7 +16,6 @@ function testFunction()
|
| function test()
|
| {
|
| var frameworkRegexString = "/framework\\.js$";
|
| - WebInspector.experimentsSettings.frameworksDebuggingSupport.enableForTest();
|
| WebInspector.settings.skipStackFramesPattern.set(frameworkRegexString);
|
|
|
| InspectorTest.setQuiet(true);
|
|
|