Commit 0fe67ebb authored by smckay's avatar smckay Committed by Commit bot

Fix js compilation error introduced in CL 954943006.

TBR=dbeam
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#318251}
parent a079a1ab
......@@ -400,7 +400,7 @@ importer.MediaImportHandler.ImportTask.prototype.copy_ =
*/
var onComplete = function(destinationEntry) {
this.cancelCallback_ = null;
this.markAsCopied_(entry, destinationEntry);
this.markAsCopied_(entry, /** @type {!FileEntry} */ (destinationEntry));
this.notify(importer.TaskQueue.UpdateType.PROGRESS);
resolver.resolve(destinationEntry);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment