Fixing part of bug 209699. Eliminate bad usage of NS_ConvertU*. r=caillon@aillon.org, sr=alecf@flett.org

This commit is contained in:
jst@netscape.com
2003-06-24 01:46:50 +00:00
parent a448ce333a
commit b52c8fe710
12 changed files with 104 additions and 26 deletions

View File

@@ -4504,7 +4504,7 @@ NS_IMETHODIMP PresShell::GetLinkLocation(nsIDOMNode* aNode, nsAString& aLocation
rv = baseURI->Resolve(NS_ConvertUCS2toUTF8(anchorText),spec);
NS_ENSURE_SUCCESS(rv, rv);
anchorText = NS_ConvertUTF8toUCS2(spec);
CopyUTF8toUTF16(spec, anchorText);
}
}
}