зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 03b50ae14f9b (bug 927398) for M-oth failures
Backed out from a CLOSED TREE
This commit is contained in:
Родитель
485f74411e
Коммит
04787800bf
|
@ -159,12 +159,6 @@ DOMRequestIpcHelper.prototype = {
|
|||
},
|
||||
|
||||
destroyDOMRequestHelper: function() {
|
||||
if (this._destroyed) {
|
||||
return;
|
||||
}
|
||||
|
||||
this._destroyed = true;
|
||||
|
||||
Services.obs.removeObserver(this, "inner-window-destroyed");
|
||||
|
||||
if (this._listeners) {
|
||||
|
@ -178,11 +172,6 @@ DOMRequestIpcHelper.prototype = {
|
|||
this._listeners = null;
|
||||
this._requests = null;
|
||||
this._window = null;
|
||||
|
||||
// Objects inheriting from DOMRequestIPCHelper may have an uninit function.
|
||||
if (this.uninit) {
|
||||
this.uninit();
|
||||
}
|
||||
},
|
||||
|
||||
observe: function(aSubject, aTopic, aData) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче