Bug 869836 followup to fix build bustage

This commit is contained in:
Boris Zbarsky 2014-05-22 00:48:11 -04:00
parent 2658f38bd3
commit f0f29e9cf1

View File

@ -306,7 +306,7 @@ ProcessOrDeferMessage(HWND hwnd,
if (GetClassNameW(hwnd, className, sizeof(className) - 1) > 0) {
log.AppendLiteral(" (\"");
log.Append(NS_ConvertUTF16toUTF8((char16_t*)className));
log.Append('\')");
log.AppendLiteral("\")");
}
log.AppendLiteral(", sending it to DefWindowProc instead of the normal "