| Index: third_party/WebKit/Source/devtools/front_end/source_frame/UISourceCodeFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/UISourceCodeFrame.js b/third_party/WebKit/Source/devtools/front_end/source_frame/UISourceCodeFrame.js
|
| index 33beb72d1fb9b4caf8d25d73cc56c6444a0d798f..bee8d63b78c274de0a065932e26c770ed2ed0004 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/UISourceCodeFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/UISourceCodeFrame.js
|
| @@ -496,7 +496,7 @@ SourceFrame.UISourceCodeFrame.LineDecorator = function() {};
|
| SourceFrame.UISourceCodeFrame.LineDecorator.prototype = {
|
| /**
|
| * @param {!Workspace.UISourceCode} uiSourceCode
|
| - * @param {!TextEditor.CodeMirrorTextEditor} textEditor
|
| + * @param {!SourceFrame.SourcesTextEditor} textEditor
|
| */
|
| decorate(uiSourceCode, textEditor) {}
|
| };
|
|
|