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

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

Issue 942193002: Files.app: fix some closure compilation issues to unblock new compiler roll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/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 b3cbf399810cb7e22c0d4c60d1455e3d028f4451..ff55f9622f1e2bf1fcaccc30cf7a41177cb8dae6 100644
--- a/ui/file_manager/file_manager/foreground/js/file_manager.js
+++ b/ui/file_manager/file_manager/foreground/js/file_manager.js
@@ -439,7 +439,7 @@ FileManager.prototype = /** @struct */ {
/** @type {!importer.ImportRunner} */ (
this.mediaImportHandler_),
new importer.RuntimeCommandWidget(),
- this.tracker_);
+ assert(this.tracker_));
}
}.bind(this));

Powered by Google App Engine
This is Rietveld 408576698