| 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) {
|
|
|