Bug 964693 - Do not perform slice on blob as slice does not retain metadata 'file'. r=smaug

This commit is contained in:
Siddartha Pothapragada 2014-04-09 16:38:53 -07:00
parent 48264d7a72
commit be6be08fef

View File

@ -129,7 +129,7 @@ MozNFCPeer.prototype = {
sendFile: function sendFile(blob) {
let data = {
"blob": blob.slice()
"blob": blob
};
return this._nfcContentHelper.sendFile(this._window,
Cu.cloneInto(data, this._window),