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

Unified Diff: remoting/webapp/crd/js/toolbar.js

Issue 803653004: Update Chromoting to use /third_party/closure_compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/crd/js/toolbar.js
diff --git a/remoting/webapp/crd/js/toolbar.js b/remoting/webapp/crd/js/toolbar.js
index d6a6942249619aa50bba0ea071642b2492365234..89a93c3254e12500c0dff8cae4d99b998b29f648 100644
--- a/remoting/webapp/crd/js/toolbar.js
+++ b/remoting/webapp/crd/js/toolbar.js
@@ -26,7 +26,8 @@ remoting.Toolbar = function(toolbar) {
* @type {HTMLElement}
* @private
*/
- this.stub_ = /** @type {HTMLElement} */toolbar.querySelector('.toolbar-stub');
+ this.stub_ =
+ /** @type {HTMLElement} */(toolbar.querySelector('.toolbar-stub'));
/**
* @type {number?} The id of the preview timer, if any.
* @private

Powered by Google App Engine
This is Rietveld 408576698