diff --git a/api/js/Resumable/resumable.js b/api/js/Resumable/resumable.js index 6768a3ca92..7b1e1118c4 100644 --- a/api/js/Resumable/resumable.js +++ b/api/js/Resumable/resumable.js @@ -356,7 +356,7 @@ // bind all properties except for callback var entry = item; if('function' === typeof item.webkitGetAsEntry){ - entry = item.webkitGetAsEntry(); + entry = item.webkitGetAsEntry() || item; } return processItem.bind(null, entry, "", files); }),