зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 192794 (Leaking documents loaded through XSLT stylesheet). r=Pike, sr=jst, a=asa.
This commit is contained in:
Родитель
9108ceef0c
Коммит
ba6b73426a
|
@ -99,7 +99,7 @@ void txLoadedDocumentsHash::Add(Document* aDocument)
|
|||
}
|
||||
|
||||
nsAutoString baseURI;
|
||||
mSourceDocument->getBaseURI(baseURI);
|
||||
aDocument->getBaseURI(baseURI);
|
||||
txLoadedDocumentEntry* entry = AddEntry(baseURI);
|
||||
if (entry) {
|
||||
entry->mDocument = aDocument;
|
||||
|
|
Загрузка…
Ссылка в новой задаче