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:
heikki%netscape.com
2001-05-02 22:31:02 +00:00
parent 1455335c63
commit d518fc19d5
2 changed files with 2 additions and 2 deletions

View File

@@ -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);