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

Unified Diff: remoting/webapp/js_proto/chrome_mocks.js

Issue 2180623002: Roll closure compiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix newly uncovered compilation error. Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/closure_compiler/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/js_proto/chrome_mocks.js
diff --git a/remoting/webapp/js_proto/chrome_mocks.js b/remoting/webapp/js_proto/chrome_mocks.js
index d3dfd959293a69322938f6a0dc431c38778bb6c0..9590c7c2b780bbfb6a6a495dc4850c7d1c36d0be 100644
--- a/remoting/webapp/js_proto/chrome_mocks.js
+++ b/remoting/webapp/js_proto/chrome_mocks.js
@@ -113,7 +113,7 @@ chromeMocks.runtime.connectNative = function(application) {
return port;
};
-/** @const {Object<!chromeMocks.runtime.Port>} */
+/** @type {Object<!chromeMocks.runtime.Port>} */
var nativePorts = null;
/** @type {string} */
« no previous file with comments | « no previous file | third_party/closure_compiler/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698