Index: chrome/test/data/webui/webui_resource_test.js |
diff --git a/chrome/test/data/webui/webui_resource_test.js b/chrome/test/data/webui/webui_resource_test.js |
index bdaafb6c8555d27ef89fd3a58a4cbcd13a609a6d..1e1205360290e7dea1957e567435e9be773358cd 100644 |
--- a/chrome/test/data/webui/webui_resource_test.js |
+++ b/chrome/test/data/webui/webui_resource_test.js |
@@ -73,8 +73,8 @@ function assertThrows(f) { |
/** |
* Verifies that the contents of the expected and observed arrays match. |
- * @param {Array} expected The expected result. |
- * @param {Array} observed The actual result. |
+ * @param {!Array} expected The expected result. |
+ * @param {!Array} observed The actual result. |
*/ |
function assertArrayEquals(expected, observed) { |
var v1 = Array.prototype.slice.call(expected); |