first part of fix for bug 112209, making nsStr private by switching nsStaticNameTable over to nsAFlatString. r=dbaron, sr=blake

git-svn-id: svn://10.0.0.236/trunk@109022 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2001-11-27 21:13:53 +00:00
parent d4197fdc08
commit bf4d9b0e6e
24 changed files with 119 additions and 108 deletions

View File

@@ -4244,7 +4244,7 @@ PRBool CSSDeclarationImpl::AppendValueToString(nsCSSProperty aProperty, const ns
}
}
else {
const nsCString& name = nsCSSProps::LookupPropertyValue(aProperty, aValue.GetIntValue());
const nsAFlatCString& name = nsCSSProps::LookupPropertyValue(aProperty, aValue.GetIntValue());
aResult.Append(NS_ConvertASCIItoUCS2(name));
}
}