Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1110)

Unified Diff: ui/webui/resources/js/event_tracker.js

Issue 575333002: Compile print_preview, part 2: reduce down to 260 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@I_print_preview
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/js/event_tracker.js
diff --git a/ui/webui/resources/js/event_tracker.js b/ui/webui/resources/js/event_tracker.js
index d28c5b7ff55130fb542616680ec41a5370762557..ca958ffa6a8e80460a2bee5393e4126196496638 100644
--- a/ui/webui/resources/js/event_tracker.js
+++ b/ui/webui/resources/js/event_tracker.js
@@ -40,7 +40,7 @@ function EventTracker() {
EventTracker.prototype = {
/**
* Add an event listener - replacement for Node.addEventListener.
- * @param {!Node} node The DOM node to add a listener to.
+ * @param {!EventTarget} node The DOM node to add a listener to.
* @param {string} eventType The type of event to subscribe to.
* @param {EventListener|Function} listener The listener to add.
* @param {boolean=} opt_capture Whether to invoke during the capture phase.

Powered by Google App Engine
This is Rietveld 408576698