Index: third_party/WebKit/Source/devtools/front_end/text_editor/TextEditorAutocompleteController.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/text_editor/TextEditorAutocompleteController.js b/third_party/WebKit/Source/devtools/front_end/text_editor/TextEditorAutocompleteController.js |
index 4c7296ee1142dfaffb305e0059e5d937db600ff2..0689c346e721a1544344885f3b5cc82c6a41a786 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/text_editor/TextEditorAutocompleteController.js |
+++ b/third_party/WebKit/Source/devtools/front_end/text_editor/TextEditorAutocompleteController.js |
@@ -257,7 +257,7 @@ WebInspector.TextEditorAutocompleteController.prototype = { |
return; |
} |
if (!this._suggestBox) |
- this._suggestBox = new WebInspector.SuggestBox(this, 6); |
+ this._suggestBox = new WebInspector.SuggestBox(this, 6, this._config.captureEnter); |
var oldPrefixRange = this._prefixRange; |
this._prefixRange = prefixRange; |