зеркало из https://github.com/mozilla/gecko-dev.git
Null out mListenerManager before we call ResetToURI and restore it, so ResetToURI doesn't Disconnect it. b=354865 r+sr=bzbarsky
This commit is contained in:
Родитель
01dbc0a915
Коммит
9c06bcb5b2
|
@ -421,6 +421,7 @@ nsXMLDocument::Load(const nsAString& aUrl, PRBool *aReturn)
|
|||
// be loaded.
|
||||
nsCOMPtr<nsIPrincipal> principal = NodePrincipal();
|
||||
nsCOMPtr<nsIEventListenerManager> elm(mListenerManager);
|
||||
mListenerManager = nsnull;
|
||||
|
||||
ResetToURI(uri, nsnull);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче