| Index: third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
|
| index d1259b6b47a070fb533e520953ccd5b125a886ae..a38172a303c4a24a2f8629e5a143408950f28636 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
|
| @@ -87,7 +87,8 @@ UI.TextEditor.prototype = {
|
| * lineWrapping: boolean,
|
| * mimeType: (string|undefined),
|
| * autoHeight: (boolean|undefined),
|
| - * padBottom: (boolean|undefined)
|
| + * padBottom: (boolean|undefined),
|
| + * maxHighlightLength: (number|undefined)
|
| * }}
|
| */
|
| UI.TextEditor.Options;
|
|
|