| Index: third_party/WebKit/Source/devtools/front_end/perf_ui/LineLevelProfile.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/perf_ui/LineLevelProfile.js b/third_party/WebKit/Source/devtools/front_end/perf_ui/LineLevelProfile.js
|
| index 1d4b8ab04d8cc6dd4c3fec058e6b1c8aeccf2db5..bfac25dd148a8de2a29336737e4ec3380610c727 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/perf_ui/LineLevelProfile.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/perf_ui/LineLevelProfile.js
|
| @@ -127,7 +127,7 @@ PerfUI.LineLevelProfile.LineDecorator = class {
|
| /**
|
| * @override
|
| * @param {!Workspace.UISourceCode} uiSourceCode
|
| - * @param {!TextEditor.CodeMirrorTextEditor} textEditor
|
| + * @param {!SourceFrame.SourcesTextEditor} textEditor
|
| */
|
| decorate(uiSourceCode, textEditor) {
|
| var gutterType = 'CodeMirror-gutter-performance';
|
|
|