mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 956085 - Fix strict mode violation in PushService.jsm. r=nsm
This commit is contained in:
parent
302e554e0e
commit
f8f8692a15
@ -948,7 +948,7 @@ this.PushService = {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
[action, data] = this._requestQueue.shift();
|
let [action, data] = this._requestQueue.shift();
|
||||||
data.messageType = action;
|
data.messageType = action;
|
||||||
if (!this._ws) {
|
if (!this._ws) {
|
||||||
// If our websocket is not ready and our state is STATE_READY we may as
|
// If our websocket is not ready and our state is STATE_READY we may as
|
||||||
|
Loading…
Reference in New Issue
Block a user