mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 964693 - Do not perform slice on blob as slice does not retain metadata 'file'. r=smaug
This commit is contained in:
parent
14173a99f6
commit
7dfcf3e3a8
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user