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