first part of fix for bug 112209, making nsStr private by switching nsStaticNameTable over to nsAFlatString. r=dbaron, sr=blake
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user