| Index: third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html
|
| index 14d1c28688753e569ed996683f0e45181e96f77f..62be74c4b4b8722e3dadd3e489e5e5c70378d242 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html
|
| @@ -61,7 +61,7 @@ var test = function()
|
| var formattedSourceFrame = panel.visibleView;
|
| InspectorTest.removeBreakpoint(formattedSourceFrame, 13);
|
| InspectorTest.addResult("Unformatting.");
|
| - scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode());
|
| + scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode(), true);
|
| var breakpoints = Bindings.breakpointManager._storage._setting.get();
|
| InspectorTest.assertEquals(breakpoints.length, 0, "There should not be any breakpoints in the storage.");
|
| next();
|
|
|