| Index: ui/webui/resources/js/cr/event_target.js
|
| diff --git a/ui/webui/resources/js/cr/event_target.js b/ui/webui/resources/js/cr/event_target.js
|
| index d9bc681c75fae345e36eea88065a5b276adad1bb..96d157a6b07483650e843252e4e77b469f06c582 100644
|
| --- a/ui/webui/resources/js/cr/event_target.js
|
| +++ b/ui/webui/resources/js/cr/event_target.js
|
| @@ -62,7 +62,7 @@ cr.define('cr', function() {
|
| /**
|
| * Dispatches an event and calls all the listeners that are listening to
|
| * the type of the event.
|
| - * @param {!cr.event.Event} event The event to dispatch.
|
| + * @param {!Event} event The event to dispatch.
|
| * @return {boolean} Whether the default action was prevented. If someone
|
| * calls preventDefault on the event object then this returns false.
|
| */
|
|
|