Index: third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1.html |
diff --git a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1.html b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1.html |
index 93dbd2152137331ab6e00e0f948a3889efea4031..d0d6fbb0893d48aae2dc89dbc272c899f1c7da24 100644 |
--- a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1.html |
+++ b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1.html |
@@ -78,7 +78,7 @@ var test = function() |
function pausedInF1Again(callFrames) |
{ |
InspectorTest.dumpBreakpointSidebarPane("while paused in pretty printed"); |
- scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode()); |
+ scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode(), true); |
InspectorTest.waitBreakpointSidebarPane().then(onBreakpointsUpdated); |
} |