Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3.html

Issue 2801543002: DevTools: simplify ScriptFormatterEditorAction (Closed)
Patch Set: fixed cleanup Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 078397864a7df11625b1e3223797278fb2f82766..bac561bf7528d929ddbffd197aad8f6fe5f0a56e 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
@@ -49,7 +49,7 @@ var test = function()
.then(() => InspectorTest.dumpBreakpointSidebarPane("while paused in raw"))
.then(() => InspectorTest.resumeExecution(next));
// No need to remove breakpoint since formattedUISourceCode was removed.
- scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode());
+ scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode(), true);
}
}
]);

Powered by Google App Engine
This is Rietveld 408576698