| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-2.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-2.html
|
| index decad53b39caa1aac7f349afb3eda76ac56434cf..b47ee5be1cf3f609ba7818a2bcc3a28c06ff4b89 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-2.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-2.html
|
| @@ -43,8 +43,13 @@ var test = function()
|
| InspectorTest.dumpBreakpointSidebarPane("while paused in pretty printed");
|
| InspectorTest.removeBreakpoint(formattedSourceFrame, 3);
|
| scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode());
|
| + InspectorTest.addSniffer(WebInspector.JavaScriptBreakpointsSidebarPane.prototype, "_breakpointsWasUpdatedForTest", dumpBreakpointsSidebarPane.bind(this));
|
| + }
|
| +
|
| + function dumpBreakpointsSidebarPane()
|
| + {
|
| InspectorTest.dumpBreakpointSidebarPane("while paused in raw");
|
| - InspectorTest.resumeExecution(next);
|
| + InspectorTest.resumeExecution(next);
|
| }
|
| }
|
| ]);
|
|
|