| 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 c234cb48e635ea761bbf0331eefedb183259f2b6..9fe38800369156cf3a8e27d1db1e4c531cf4a6cc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
|
| @@ -94,7 +94,8 @@ WebInspector.TextEditor.Options;
|
| * substituteRangeCallback: ((function(number, number):?WebInspector.TextRange)|undefined),
|
| * suggestionsCallback: ((function(!WebInspector.TextRange, !WebInspector.TextRange):?Promise.<!WebInspector.SuggestBox.Suggestions>)|undefined),
|
| * isWordChar: ((function(string):boolean)|undefined),
|
| - * captureEnter: (boolean|undefined)
|
| + * captureEnter: (boolean|undefined),
|
| + * padBottom: (boolean|undefined)
|
| * }}
|
| **/
|
| WebInspector.AutocompleteConfig;
|
|
|