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

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

Issue 1204023003: remoting: Fix JSCompiler issues blocking ES6 transition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove one. Created 5 years, 6 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/error.js
diff --git a/remoting/webapp/base/js/error.js b/remoting/webapp/base/js/error.js
index a705ef4a65b00b02b38febccc463eb584102e7b7..8e321c9f2e849fa59f328d9256e71af5838ed617 100644
--- a/remoting/webapp/base/js/error.js
+++ b/remoting/webapp/base/js/error.js
@@ -54,6 +54,7 @@ remoting.Error.prototype.getDetail = function() {
* @param {remoting.Error.Tag} tag
* @param {...remoting.Error.Tag} var_args
* @return {boolean} True if this object has one of the specified tags.
+ * @suppress {reportUnknownTypes}
*/
remoting.Error.prototype.hasTag = function(tag, var_args) {
var thisTag = this.tag_;

Powered by Google App Engine
This is Rietveld 408576698