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

Unified Diff: ui/file_manager/file_manager/common/js/externs.js

Issue 1010163002: Files.app: Fix closure error which will raised by the updated compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Define FakeEntry record type and use it. 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
Index: ui/file_manager/file_manager/common/js/externs.js
diff --git a/ui/file_manager/file_manager/common/js/externs.js b/ui/file_manager/file_manager/common/js/externs.js
index 8569f652cfad8d9ea2b7f1926c76e7f51c3368c3..48076bf4b232c40419ad50c8382d2e230ddb8ae2 100644
--- a/ui/file_manager/file_manager/common/js/externs.js
+++ b/ui/file_manager/file_manager/common/js/externs.js
@@ -66,7 +66,7 @@ var DirectoryChangeEvent = function() {};
/** @type {DirectoryEntry} */
DirectoryChangeEvent.prototype.previousDirEntry;
-/** @type {DirectoryEntry|Object} */
+/** @type {DirectoryEntry|FakeEntry} */
DirectoryChangeEvent.prototype.newDirEntry;
/** @type {boolean} */

Powered by Google App Engine
This is Rietveld 408576698