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 7704045607b19cc1ad85ee633555bb656dc16288..dbed5bd9403216298e3bbbdb06d3005b1693092e 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 |
@@ -29,7 +29,7 @@ var test = function() |
InspectorTest.addSniffer(Sources.ScriptFormatterEditorAction.prototype, "_updateButton", uiSourceCodeScriptFormatted); |
scriptFormatter._toggleFormatScriptSource(); |
} |
- |
+ |
function uiSourceCodeScriptFormatted() |
{ |
formattedSourceFrame = panel.visibleView; |
@@ -49,7 +49,7 @@ var test = function() |
.then(() => InspectorTest.dumpBreakpointSidebarPane("while paused in raw")) |
.then(() => InspectorTest.resumeExecution(next)); |
InspectorTest.removeBreakpoint(formattedSourceFrame, 3); |
- scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode()); |
+ scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode(), true); |
} |
} |
]); |