making string conversions explicit
git-svn-id: svn://10.0.0.236/trunk@66103 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3458,7 +3458,7 @@ CSSDeclarationImpl::GetValue(nsCSSProperty aProperty, nsString& aValue)
|
||||
case eCSSProperty_size:
|
||||
if (HAS_VALUE(mPage,mSizeWidth) && HAS_VALUE(mPage,mSizeHeight)) {
|
||||
AppendValueToString(eCSSProperty_size_width, aValue);
|
||||
aValue.Append(' ');
|
||||
aValue.AppendWithConversion(' ');
|
||||
AppendValueToString(eCSSProperty_size_height, aValue);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user