mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 03b50ae14f9b (bug 927398) for M-oth failures
Backed out from a CLOSED TREE
This commit is contained in:
parent
297173c62d
commit
c9d3dbd16e
@ -159,12 +159,6 @@ DOMRequestIpcHelper.prototype = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
destroyDOMRequestHelper: function() {
|
destroyDOMRequestHelper: function() {
|
||||||
if (this._destroyed) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
this._destroyed = true;
|
|
||||||
|
|
||||||
Services.obs.removeObserver(this, "inner-window-destroyed");
|
Services.obs.removeObserver(this, "inner-window-destroyed");
|
||||||
|
|
||||||
if (this._listeners) {
|
if (this._listeners) {
|
||||||
@ -178,11 +172,6 @@ DOMRequestIpcHelper.prototype = {
|
|||||||
this._listeners = null;
|
this._listeners = null;
|
||||||
this._requests = null;
|
this._requests = null;
|
||||||
this._window = null;
|
this._window = null;
|
||||||
|
|
||||||
// Objects inheriting from DOMRequestIPCHelper may have an uninit function.
|
|
||||||
if (this.uninit) {
|
|
||||||
this.uninit();
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
observe: function(aSubject, aTopic, aData) {
|
observe: function(aSubject, aTopic, aData) {
|
||||||
|
Loading…
Reference in New Issue
Block a user