stop installed microsummary generators from being leaked at shutdown by destroying the timer property of MicrosummaryResource objects
bug=346913 r=mconnor
This commit is contained in:
@@ -1756,6 +1756,7 @@ MicrosummaryResource.prototype = {
|
||||
this._uri = null;
|
||||
this._content = null;
|
||||
this._callback = null;
|
||||
this._loadTimer = null;
|
||||
this._httpAuthFailed = false;
|
||||
if (this._iframe) {
|
||||
if (this._iframe && this._iframe.parentNode)
|
||||
|
||||
Reference in New Issue
Block a user