| 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 c422a8b6ebafa6a26ca284e79c083e157d1e41c1..b10c646c6282c9916e6460371a8e7ac0a5866abb 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, 16);
|
| + InspectorTest.removeBreakpoint(formattedSourceFrame, 12);
|
| InspectorTest.addResult("Unformatting.");
|
| scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode());
|
| var breakpoints = WebInspector.breakpointManager._storage._setting.get();
|
|
|