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

Unified Diff: chrome/browser/resources/extensions/extension_error.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox 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: chrome/browser/resources/extensions/extension_error.js
diff --git a/chrome/browser/resources/extensions/extension_error.js b/chrome/browser/resources/extensions/extension_error.js
index 20ae691660c0a4a4d3850133b26af70dd116d0b6..2452b12f8aaa2cade0966ddc34310b4bad681033 100644
--- a/chrome/browser/resources/extensions/extension_error.js
+++ b/chrome/browser/resources/extensions/extension_error.js
@@ -85,7 +85,7 @@ cr.define('extensions', function() {
/**
* A variable length list of runtime or manifest errors for a given extension.
- * @param {Array.<Object>} errors The list of extension errors with which
+ * @param {Array<Object>} errors The list of extension errors with which
* to populate the list.
* @constructor
* @extends {HTMLDivElement}

Powered by Google App Engine
This is Rietveld 408576698