| 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 5ab5013acd9be9e1b75fe07f41c5fcbf29bc829f..c86047076c803909f230389fb66e733dcfb4313f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
|
| @@ -79,7 +79,8 @@ UI.TextEditor.prototype = {
|
| * lineNumbers: boolean,
|
| * lineWrapping: boolean,
|
| * mimeType: (string|undefined),
|
| - * autoHeight: (boolean|undefined)
|
| + * autoHeight: (boolean|undefined),
|
| + * maxHighlightLength: (number|undefined)
|
| * }}
|
| */
|
| UI.TextEditor.Options;
|
|
|