| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3.html
|
| index cbb45ce168adecd186a6404b446c568846313ce4..4d22ac6b3e05ee6076e4dcb703b45956d9957a2f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3.html
|
| @@ -41,10 +41,15 @@ var test = function()
|
| {
|
| InspectorTest.dumpBreakpointSidebarPane("while paused in pretty printed");
|
| scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode());
|
| + InspectorTest.addSniffer(WebInspector.JavaScriptBreakpointsSidebarPane.prototype, "_breakpointsWasUpdatedForTest", dumpBreakpointsSidebarPane.bind(this));
|
| + }
|
| +
|
| + function dumpBreakpointsSidebarPane()
|
| + {
|
| InspectorTest.dumpBreakpointSidebarPane("while paused in raw");
|
| - // No need to remove breakpoint since formattedUISourceCode was removed.
|
| - InspectorTest.resumeExecution(next);
|
| + InspectorTest.resumeExecution(next);
|
| }
|
| +
|
| }
|
| ]);
|
|
|
|
|