| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js
|
| index ee6e1d28c8b7adef7ed1b5fa4480a4880401bc6b..10a2dcc1ba447bcfd97ef79b1efd641e5fec13b9 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js
|
| @@ -51,7 +51,7 @@ editing.TextEditHandler.prototype = {
|
| * |valueChanged|.
|
| * An implementation of this method should emit the appropritate braille and
|
| * spoken feedback for the event.
|
| - * @param {!AutomationEvent} evt
|
| + * @param {!AutomationEvent|!ChromeVoxAutomationEvent} evt
|
| */
|
| onEvent: goog.abstractMethod,
|
| };
|
|
|