Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js |
index 475ad98dfaf7025d31993886bf81536ba3c908f9..66a18e247a817716b8cad41c6016df099f2ac37b 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/widget.js |
@@ -138,7 +138,7 @@ cvox.Widget.prototype.toggle = function() { |
/** |
* The name of the widget. |
* @return {!Array} The message id referencing the name of the widget in an |
- * array argument form passable to cvox.ChromeVox.msgs.getMsg.apply. |
+ * array argument form passable to Msgs.getMsg.apply. |
*/ |
cvox.Widget.prototype.getNameMsg = goog.abstractMethod; |