Bug 76641, back out baseURI property in the Node interface to fix binary compatibility. baseURI property is implemented in a different way on the DOM conversion branch, so baseURI will get back when the branch lands. This fix by jst, r=heikki, sr=brendan, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@92962 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1743,6 +1743,7 @@ nsHTMLDocument::IsSupported(const nsAReadableString& aFeature,
|
||||
return nsDocument::IsSupported(aFeature, aVersion, aReturn);
|
||||
}
|
||||
|
||||
#if 0
|
||||
NS_IMETHODIMP
|
||||
nsHTMLDocument::GetBaseURI(nsAWritableString &aURI)
|
||||
{
|
||||
@@ -1757,7 +1758,7 @@ nsHTMLDocument::GetBaseURI(nsAWritableString &aURI)
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
//
|
||||
// nsIDOMHTMLDocument interface implementation
|
||||
|
||||
Reference in New Issue
Block a user