mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
fix balsa bustage
This commit is contained in:
parent
37ef76ae75
commit
5d0f4e7dae
@ -1227,7 +1227,8 @@ nsXULTemplateBuilder::SynchronizeAll(nsIRDFResource* aSource,
|
||||
Value val;
|
||||
match->GetAssignmentFor(mConflictSet, var, &val);
|
||||
|
||||
NS_LossyConvertUTF16toASCII str(val);
|
||||
nsCAutoString str;
|
||||
val.ToCString(str);
|
||||
|
||||
PR_LOG(gXULTemplateLog, PR_LOG_DEBUG,
|
||||
("xultemplate[%p] %d <= %s", this, var, str.get()));
|
||||
|
Loading…
Reference in New Issue
Block a user