зеркало из https://github.com/mozilla/gecko-dev.git
General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org
This commit is contained in:
Родитель
ab49f6f8f3
Коммит
e6d703999d
|
@ -482,7 +482,7 @@ nsDOMParser::ParseFromStream(nsIInputStream *stream,
|
||||||
|
|
||||||
nsCOMPtr<nsIDocument> doc = do_QueryInterface(domdoc);
|
nsCOMPtr<nsIDocument> doc = do_QueryInterface(domdoc);
|
||||||
if (doc) {
|
if (doc) {
|
||||||
baseURI = doc->GetBaseURL();
|
baseURI = doc->GetBaseURI();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -628,7 +628,7 @@ nsXMLHttpRequest::GetBaseURI(nsIURI **aBaseURI)
|
||||||
|
|
||||||
nsCOMPtr<nsIDocument> doc = GetDocumentFromScriptContext(mScriptContext);
|
nsCOMPtr<nsIDocument> doc = GetDocumentFromScriptContext(mScriptContext);
|
||||||
if (doc) {
|
if (doc) {
|
||||||
NS_IF_ADDREF(*aBaseURI = doc->GetBaseURL());
|
NS_IF_ADDREF(*aBaseURI = doc->GetBaseURI());
|
||||||
}
|
}
|
||||||
|
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче