| Index: third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| index 8cc30d6bd193a624e761d9620e7db9d907ab5ad2..87688a3a0a9a6e830e1c1c4cae9887d10dc0cf2d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| @@ -455,7 +455,7 @@ Sources.UISourceCodeFrame.LineDecorator.prototype = {
|
| * @param {!Workspace.UISourceCode} uiSourceCode
|
| * @param {!TextEditor.CodeMirrorTextEditor} textEditor
|
| */
|
| - decorate: function(uiSourceCode, textEditor) {}
|
| + decorate(uiSourceCode, textEditor) {}
|
| };
|
|
|
| /**
|
|
|