Index: chrome/browser/resources/options/preferences.js |
diff --git a/chrome/browser/resources/options/preferences.js b/chrome/browser/resources/options/preferences.js |
index b9ac7eb04fe1d73f13a3bf6a9bddca166fdb44a2..c7ea93d37ea9cc257489a6092805014377743608 100644 |
--- a/chrome/browser/resources/options/preferences.js |
+++ b/chrome/browser/resources/options/preferences.js |
@@ -152,8 +152,8 @@ cr.define('options', function() { |
/** |
* Adds an event listener to the target. |
* @param {string} type The name of the event. |
- * @param {!Function|{handleEvent:Function}} handler The handler for the |
- * event. This is called when the event is dispatched. |
+ * @param {EventListenerType} handler The handler for the event. This is |
+ * called when the event is dispatched. |
*/ |
addEventListener: function(type, handler) { |
cr.EventTarget.prototype.addEventListener.call(this, type, handler); |