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

Unified Diff: remoting/webapp/base/js/base.js

Issue 918783002: CRD Viewport Management refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + plumbing remoting.Host into clientSession Created 5 years, 10 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: remoting/webapp/base/js/base.js
diff --git a/remoting/webapp/base/js/base.js b/remoting/webapp/base/js/base.js
index 9f2d83d005c72dd6f092d5c26e712cdee8577dc7..68b80da05b16dd9ec4eec3fd7d8b4103fdacfccd 100644
--- a/remoting/webapp/base/js/base.js
+++ b/remoting/webapp/base/js/base.js
@@ -526,7 +526,7 @@ base.EventHook.prototype.dispose = function() {
/**
* An event hook implementation for DOM Events.
*
- * @param {HTMLElement} src
+ * @param {HTMLElement|Element} src
* @param {string} eventName
* @param {function(...?)} listener
* @param {boolean} capture

Powered by Google App Engine
This is Rietveld 408576698