Backed out changeset 03b50ae14f9b (bug 927398) for M-oth failures

Backed out from a CLOSED TREE
This commit is contained in:
Steve Fink 2013-10-17 15:52:46 -07:00
parent 297173c62d
commit c9d3dbd16e

View File

@ -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) {