Workaround the leaks exposed by the workaround in bug 472253.
This commit is contained in:
@@ -113,6 +113,7 @@ PROT_XMLFetcher.prototype = {
|
||||
cancel: function() {
|
||||
this._request.onreadystatechange = null;
|
||||
this._request.abort();
|
||||
this._request = null;
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user