Index: third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/linkifier.html |
diff --git a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/linkifier.html b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/linkifier.html |
index 26900aa6e03c7a0bb1936f177fc11f5ef02389aa..69334ea8af68e96956dd07d2f687b4dac03ac823 100644 |
--- a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/linkifier.html |
+++ b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/linkifier.html |
@@ -75,7 +75,7 @@ function test() |
function uiSourceCodeScriptFormatted() |
{ |
InspectorTest.addResult("pretty printed location: " + link.textContent); |
- scriptFormatter._discardFormattedUISourceCodeScript(UI.panels.sources.visibleView.uiSourceCode()); |
+ scriptFormatter._discardFormattedUISourceCodeScript(UI.panels.sources.visibleView.uiSourceCode(), true); |
InspectorTest.addResult("reverted location: " + link.textContent); |
var count1 = liveLocationsCount(); |