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

Unified Diff: third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-script-formatter.html

Issue 2865573003: DevTools: support live coverage (Closed)
Patch Set: minor polish on corner cases Created 3 years, 7 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/coverage/decorations-after-script-formatter.html
diff --git a/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-script-formatter.html b/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-script-formatter.html
index c150e40bba106631f00a01cee5ebce65897bab5c..3a69971b254a89f6cbff21626304ee72138a0f16 100644
--- a/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-script-formatter.html
+++ b/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-script-formatter.html
@@ -16,7 +16,7 @@ async function test()
await UI.inspectorView.showPanel("sources");
await InspectorTest.sourceDecorated("coverage.js");
- var decoratorPromise = InspectorTest.addSnifferPromise(Coverage.CoverageView.LineDecorator.prototype, "decorate");
+ var decoratorPromise = InspectorTest.addSnifferPromise(Coverage.CoverageView.LineDecorator.prototype, "_innerDecorate");
var editorActions = await self.runtime.allInstances(Sources.SourcesView.EditorAction);
for (action of editorActions) {
if (action instanceof Sources.ScriptFormatterEditorAction) {

Powered by Google App Engine
This is Rietveld 408576698