| Index: LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html
|
| diff --git a/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html b/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html
|
| index 5790be8833671819a2db6b2c518c49e2fd5d8c06..ef67d5633a42f0d1b4a29ca07658a4b1fbee7c9d 100644
|
| --- a/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html
|
| +++ b/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html
|
| @@ -51,7 +51,7 @@ var test = function()
|
| {
|
| InspectorTest.addResult("Removing breakpoint.");
|
| var formattedSourceFrame = panel.visibleView;
|
| - InspectorTest.removeBreakpoint(formattedSourceFrame, 16);
|
| + InspectorTest.removeBreakpoint(formattedSourceFrame, 19);
|
| InspectorTest.addResult("Unformatting.");
|
| scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode());
|
| var breakpoints = WebInspector.breakpointManager._storage._setting.get();
|
|
|