Bug 78455, regression with link target. My attempt to override GetbaseTarget was foiled by extraneous 'const'. r=harishd, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@93684 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1089,7 +1089,7 @@ nsHTMLDocument::GetBaseURL(nsIURI*& aURL) const
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsHTMLDocument::GetBaseTarget(nsAWritableString& aTarget) const
|
||||
nsHTMLDocument::GetBaseTarget(nsAWritableString& aTarget)
|
||||
{
|
||||
if (nsnull != mBaseTarget) {
|
||||
aTarget.Assign(*mBaseTarget);
|
||||
|
||||
Reference in New Issue
Block a user