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

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

Issue 984963003: Fix closure compile. (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 | ui/file_manager/file_manager/foreground/js/toolbar_controller.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/file_manager.js
diff --git a/ui/file_manager/file_manager/foreground/js/file_manager.js b/ui/file_manager/file_manager/foreground/js/file_manager.js
index f0c42b32bc04a11c7cd3304fe7e0a63fd0b0bed8..b8fcfb98b1f41605a64c0ecc9f31695262a04e77 100644
--- a/ui/file_manager/file_manager/foreground/js/file_manager.js
+++ b/ui/file_manager/file_manager/foreground/js/file_manager.js
@@ -416,7 +416,7 @@ FileManager.prototype = /** @struct */ {
this.toolbarController_ = new ToolbarController(
this.ui_.toolbar,
this.ui_.dialogNavigationList,
- this.ui_.locationLine,
+ assert(this.ui_.locationLine),
this.selectionHandler_,
this.directoryModel_);
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/toolbar_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698