Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible

(i.e. where the string is a literal).  Bug 104159, r=jag, sr=alecf


git-svn-id: svn://10.0.0.236/trunk@107987 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2001-11-14 01:33:42 +00:00
parent 56b339685e
commit 068756d821
260 changed files with 856 additions and 827 deletions

View File

@@ -153,8 +153,8 @@ PRInt32 nsLegendFrame::GetAlign()
#ifdef NS_DEBUG
NS_IMETHODIMP
nsLegendFrame::GetFrameName(nsString& aResult) const
nsLegendFrame::GetFrameName(nsAString& aResult) const
{
return MakeFrameName("Legend", aResult);
return MakeFrameName(NS_LITERAL_STRING("Legend"), aResult);
}
#endif