| Index: chrome/browser/resources/md_history/constants.js
|
| diff --git a/chrome/browser/resources/md_history/constants.js b/chrome/browser/resources/md_history/constants.js
|
| index 99ff543f9758f7a7496aadfa89dca1fcf44a56b8..467f99bdc383898193e1ee806eee8e722d766797 100644
|
| --- a/chrome/browser/resources/md_history/constants.js
|
| +++ b/chrome/browser/resources/md_history/constants.js
|
| @@ -47,7 +47,7 @@ var QueryState;
|
| var QueryResult;
|
|
|
| /** @constructor
|
| - * @extends {CustomEvent} */
|
| -var TapEvent = function() {
|
| + * @extends {MouseEvent} */
|
| +var DomRepeatClickEvent = function() {
|
| this.model = null;
|
| };
|
|
|