bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin git-svn-id: svn://10.0.0.236/trunk@188844 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -444,7 +444,7 @@ nsAbsoluteContainingBlock::ReflowAbsoluteFrame(nsIFrame* aDelegat
|
||||
if (NS_SUCCEEDED(CallQueryInterface(aKidFrame, &frameDebug))) {
|
||||
nsAutoString name;
|
||||
frameDebug->GetFrameName(name);
|
||||
printf("%s ", NS_LossyConvertUCS2toASCII(name).get());
|
||||
printf("%s ", NS_LossyConvertUTF16toASCII(name).get());
|
||||
}
|
||||
}
|
||||
printf("r=%d",aReflowState.reason);
|
||||
@@ -664,7 +664,7 @@ nsAbsoluteContainingBlock::ReflowAbsoluteFrame(nsIFrame* aDelegat
|
||||
if (NS_SUCCEEDED(CallQueryInterface(aKidFrame, &frameDebug))) {
|
||||
nsAutoString name;
|
||||
frameDebug->GetFrameName(name);
|
||||
printf("%s ", NS_LossyConvertUCS2toASCII(name).get());
|
||||
printf("%s ", NS_LossyConvertUTF16toASCII(name).get());
|
||||
}
|
||||
}
|
||||
printf("%p rect=%d,%d,%d,%d", aKidFrame, rect.x, rect.y, rect.width, rect.height);
|
||||
|
||||
Reference in New Issue
Block a user