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