mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1098975 - sessionToken is missing in _createNFCPeer in nsNfc.js. r=dimi
This commit is contained in:
parent
c2c6ab4085
commit
444d0a711f
@ -237,7 +237,7 @@ MozNFCImpl.prototype = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!this.nfcPeer || this.nfcPeer.session != sessionToken) {
|
if (!this.nfcPeer || this.nfcPeer.session != sessionToken) {
|
||||||
this.nfcPeer = this._createNFCPeer();
|
this.nfcPeer = this._createNFCPeer(sessionToken);
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.nfcPeer;
|
return this.nfcPeer;
|
||||||
|
Loading…
Reference in New Issue
Block a user