Index: chrome/test/chromedriver/js/call_function.js |
diff --git a/chrome/test/chromedriver/js/call_function.js b/chrome/test/chromedriver/js/call_function.js |
index 66f3c5709688bd7036823111579292faafe81ada..ab1551b1fa8ccfc0e19790196fb2aeb3d5b52446 100644 |
--- a/chrome/test/chromedriver/js/call_function.js |
+++ b/chrome/test/chromedriver/js/call_function.js |
@@ -196,10 +196,10 @@ function unwrap(value, cache) { |
* between cached object reference IDs and actual JS objects. The cache will |
* automatically be pruned each call to remove stale references. |
* |
- * @param {Array.<string>} shadowHostIds The host ids of the nested shadow |
+ * @param {Array<string>} shadowHostIds The host ids of the nested shadow |
* DOMs the function should be executed in the context of. |
* @param {function(...[*]) : *} func The function to invoke. |
- * @param {!Array.<*>} args The array of arguments to supply to the function, |
+ * @param {!Array<*>} args The array of arguments to supply to the function, |
* which will be unwrapped before invoking the function. |
* @param {boolean=} opt_unwrappedReturn Whether the function's return value |
* should be left unwrapped. |