summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/web/resources/suggestionPicker.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/resources/suggestionPicker.js')
-rw-r--r--chromium/third_party/WebKit/Source/web/resources/suggestionPicker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/web/resources/suggestionPicker.js b/chromium/third_party/WebKit/Source/web/resources/suggestionPicker.js
index 2d4bada41bf..7db37d1b532 100644
--- a/chromium/third_party/WebKit/Source/web/resources/suggestionPicker.js
+++ b/chromium/third_party/WebKit/Source/web/resources/suggestionPicker.js
@@ -38,7 +38,7 @@ function SuggestionPicker(element, config) {
this._handleBodyKeyDownBound = this._handleBodyKeyDown.bind(this);
document.body.addEventListener("keydown", this._handleBodyKeyDownBound);
this._element.addEventListener("mouseout", this._handleMouseOut.bind(this), false);
-};
+}
SuggestionPicker.prototype = Object.create(Picker.prototype);
SuggestionPicker.NumberOfVisibleEntries = 20;