Chromium Code Reviews| 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..ded3bfc859266b8dd0c03e2a7b057ece4d5846e4 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 RepeatClickEvent = function() { |
|
calamity
2016/08/09 03:40:40
DomRepeatClickEvent perhaps? This almost sounds li
tsergeant
2016/08/09 03:57:02
Good point, done.
|
| this.model = null; |
| }; |