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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/location_line.js

Issue 667933003: Ensure existence of queried elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make some parameters non-nullable. Created 6 years, 2 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: ui/file_manager/file_manager/foreground/js/ui/location_line.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/location_line.js b/ui/file_manager/file_manager/foreground/js/ui/location_line.js
index 9d50a364bd45654ed58f667cb37957491068a7ea..3aeb0bb88d7a6c61b0614a28b08f17df0e37cba4 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/location_line.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/location_line.js
@@ -8,8 +8,8 @@
* TODO(hirono): Remove metadataCache and volumeManager dependencies from the UI
* class.
* @extends {cr.EventTarget}
- * @param {HTMLElement} breadcrumbs Container element for breadcrumbs.
- * @param {HTMLElement} volumeIcon Volume icon.
+ * @param {!Element} breadcrumbs Container element for breadcrumbs.
+ * @param {!Element} volumeIcon Volume icon.
* @param {MetadataCache} metadataCache To retrieve metadata.
* @param {VolumeManagerWrapper} volumeManager Volume manager.
* @constructor

Powered by Google App Engine
This is Rietveld 408576698