Bug 974318 - GCC fixup

This commit is contained in:
Jacek Caban 2014-03-10 14:32:05 +01:00
parent 9c61e66959
commit 7c99e8af1f

View File

@ -1050,7 +1050,7 @@ nsTextStore::FlushPendingActions()
("TSF: 0x%p nsTextStore::FlushPendingActions() "
"flushing COMPOSITION_UPDATE={ mData=\"%s\", "
"mRanges=0x%p, mRanges->Length()=%d }",
this, NS_ConvertUTF16toUTF8(action.mData).get(), action.mRanges,
this, NS_ConvertUTF16toUTF8(action.mData).get(), action.mRanges.get(),
action.mRanges ? action.mRanges->Length() : 0));
if (!action.mRanges) {