| Index: chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js
|
| diff --git a/chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js b/chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js
|
| index c2df0b0cfe58c978945cb65e73b86c84378d60d7..352b0a71a50f9b584b6a2b0acfbc559fa7fdbe96 100644
|
| --- a/chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js
|
| +++ b/chrome/renderer/resources/extensions/sync_file_system_custom_bindings.js
|
| @@ -23,7 +23,7 @@ binding.registerCustomHook(function(bindingsAPI) {
|
| }
|
| $Array.forEach(['getFileStatus'], bindFileEntryFunction);
|
|
|
| - // Functions which take in an [instanceOf=EntryArray].
|
| + // Functions which take in a FileEntry array.
|
| function bindFileEntryArrayFunction(functionName) {
|
| apiFunctions.setUpdateArgumentsPostValidate(
|
| functionName, function(entries, callback) {
|
|
|