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

Unified Diff: ui/file_manager/file_manager/background/js/test_util_base.js

Issue 1003283003: Fix closure compile error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/background/js/test_util_base.js
diff --git a/ui/file_manager/file_manager/background/js/test_util_base.js b/ui/file_manager/file_manager/background/js/test_util_base.js
index 4e0e8c0b47b00c0fb648a9977187265d1abe7eb1..e495a0e5c62c27b64877c4c9490ed50946419806 100644
--- a/ui/file_manager/file_manager/background/js/test_util_base.js
+++ b/ui/file_manager/file_manager/background/js/test_util_base.js
@@ -194,8 +194,8 @@ test.util.sync.queryAllElements = function(
* @param {?string} iframeQuery Iframe selector or null if no iframe.
* @param {Array.<string>=} opt_styleNames List of CSS property name to be
* obtained.
- * @return {{attributes:Object.<string, string>, text:string,
- * styles:Object.<string, string>, hidden:boolean}=} Element
+ * @return {?{attributes:Object.<string, string>, text:string,
+ * styles:Object.<string, string>, hidden:boolean}} Element
* information that contains contentText, attribute names and
* values, hidden attribute, and style names and values. If there is no
* active element, returns null.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698