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

Unified Diff: ios/web/web_state/js/resources/common.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
« no previous file with comments | « extensions/test/data/web_view/apitest/main.js ('k') | native_client_sdk/src/examples/benchmarks/example.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/js/resources/common.js
diff --git a/ios/web/web_state/js/resources/common.js b/ios/web/web_state/js/resources/common.js
index 7cf5baa8f76f54b1d0dbc4f4dda8fca945c06400..1cea022f002958d22a9601ec89c4de75b31ccff3 100644
--- a/ios/web/web_state/js/resources/common.js
+++ b/ios/web/web_state/js/resources/common.js
@@ -90,7 +90,7 @@ new function() {
*
* @param {Element} form A form element for which the control elements are
* returned.
- * @return {Array.<Element>}
+ * @return {Array<Element>}
*/
__gCrWeb.common.getFormControlElements = function(form) {
if (!form) {
« no previous file with comments | « extensions/test/data/web_view/apitest/main.js ('k') | native_client_sdk/src/examples/benchmarks/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698