Bug 1098975 - sessionToken is missing in _createNFCPeer in nsNfc.js. r=dimi

This commit is contained in:
Yoshi Huang 2014-11-14 16:03:16 +08:00
parent c2c6ab4085
commit 444d0a711f

View File

@ -237,7 +237,7 @@ MozNFCImpl.prototype = {
}
if (!this.nfcPeer || this.nfcPeer.session != sessionToken) {
this.nfcPeer = this._createNFCPeer();
this.nfcPeer = this._createNFCPeer(sessionToken);
}
return this.nfcPeer;