Add nsIContent::GetBaseURL; get rid of similar functions on nsIXMLContent and

nsIHTMLContent.  Bug 209573, r=caillon, sr=jst.


git-svn-id: svn://10.0.0.236/trunk@144415 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2003-07-03 02:45:34 +00:00
parent 8de7c08344
commit 50802bdf22
48 changed files with 318 additions and 625 deletions

View File

@@ -1140,10 +1140,6 @@ nsWindowWatcher::URIfromURL(const char *aURL,
doc = do_QueryInterface(domDoc);
if (doc) {
doc->GetBaseURL(getter_AddRefs(baseURI));
if (!baseURI) {
doc->GetDocumentURL(getter_AddRefs(baseURI));
}
}
}
}