| 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 3b16ddf015bacbabd70d4e497844ae3320483997..c422a8b6ebafa6a26ca284e79c083e157d1e41c1 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
|
| @@ -59,7 +59,7 @@ var test = function()
|
| {
|
| InspectorTest.addResult("Removing breakpoint.");
|
| var formattedSourceFrame = panel.visibleView;
|
| - InspectorTest.removeBreakpoint(formattedSourceFrame, 18);
|
| + InspectorTest.removeBreakpoint(formattedSourceFrame, 16);
|
| InspectorTest.addResult("Unformatting.");
|
| scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode());
|
| var breakpoints = WebInspector.breakpointManager._storage._setting.get();
|
|
|