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

Unified Diff: chrome/renderer/resources/extensions/automation/automation_node.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/renderer/resources/extensions/automation/automation_node.js
diff --git a/chrome/renderer/resources/extensions/automation/automation_node.js b/chrome/renderer/resources/extensions/automation/automation_node.js
index 9dcf62619a5586e0e62426f8486d4cbbe1a8bd1b..709a45a60869679573cde1b9a28d8e0e0f6d0f36 100644
--- a/chrome/renderer/resources/extensions/automation/automation_node.js
+++ b/chrome/renderer/resources/extensions/automation/automation_node.js
@@ -352,7 +352,7 @@ var AutomationAttributeTypes = [
/**
* Maps an attribute name to another attribute who's value is an id or an array
* of ids referencing an AutomationNode.
- * @param {!Object.<string, string>}
+ * @param {!Object<string, string>}
* @const
*/
var ATTRIBUTE_NAME_TO_ID_ATTRIBUTE = {
@@ -366,7 +366,7 @@ var ATTRIBUTE_NAME_TO_ID_ATTRIBUTE = {
/**
* A set of attributes ignored in the automation API.
- * @param {!Object.<string, boolean>}
+ * @param {!Object<string, boolean>}
* @const
*/
var ATTRIBUTE_BLACKLIST = {'activedescendantId': true,

Powered by Google App Engine
This is Rietveld 408576698