diff --git a/dom/nfc/nsNfc.js b/dom/nfc/nsNfc.js index e19a588516d..bdd0254bc37 100644 --- a/dom/nfc/nsNfc.js +++ b/dom/nfc/nsNfc.js @@ -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;