Fix debug-only build bustage on GCC 3.2. Don't pass objects through "...".
git-svn-id: svn://10.0.0.236/trunk@129296 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2490,7 +2490,7 @@ void CElementTable::DebugDumpInlineElements(const char* aTitle) {
|
||||
result=theTag->IsInlineElement(eHTMLTag_unknown);
|
||||
if(result) {
|
||||
const PRUnichar *t = nsHTMLTags::GetStringValue(theTag->mTag);
|
||||
printf(" %s\n", NS_ConvertUCS2toUTF8(t));
|
||||
printf(" %s\n", NS_ConvertUCS2toUTF8(t).get());
|
||||
}
|
||||
}
|
||||
theTagID++;
|
||||
|
||||
Reference in New Issue
Block a user