| Index: chrome/browser/resources/ntp4/dot_list.js
|
| diff --git a/chrome/browser/resources/ntp4/dot_list.js b/chrome/browser/resources/ntp4/dot_list.js
|
| index f445ed30add3ceffa9872ae07e5c316acab7e0ca..da6ef01c28ada4964e4d89e0e7f3287ebf7bc6b8 100644
|
| --- a/chrome/browser/resources/ntp4/dot_list.js
|
| +++ b/chrome/browser/resources/ntp4/dot_list.js
|
| @@ -25,7 +25,6 @@ cr.define('ntp', function() {
|
| DotList.prototype = {
|
| __proto__: HTMLUListElement.prototype,
|
|
|
| - /** @override */
|
| decorate: function() {
|
| this.addEventListener('keydown', this.onKeyDown_.bind(this));
|
| navDots = this.getElementsByClassName('dot');
|
|
|