[Files.app] Use dictionary-way to access Entry.cachedUrl
commit9dd3b7f9c09d32aa6fa914ac48e85df2f9de4437
authoryoshiki <yoshiki@chromium.org>
Tue, 17 Mar 2015 05:47:43 +0000 (16 22:47 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 17 Mar 2015 05:49:00 +0000 (17 05:49 +0000)
tree11be8acf36de6c409baa4a34784bff1a68969c9d
parent9c2d1afc6031dd54e54f75244438dd4aab8f78b8
[Files.app] Use dictionary-way to access Entry.cachedUrl

Entry.cachedUrl is not standard property and the closure compiler detected it as an error. To prevent the error, we need to access it with dictionary-way (using brackets).

BUG=448263
TEST=none

Review URL: https://codereview.chromium.org/1013973002

Cr-Commit-Position: refs/heads/master@{#320873}
ui/file_manager/file_manager/foreground/js/directory_contents.js
ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set.js