mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 869836 followup to fix build bustage
This commit is contained in:
parent
405fbd9216
commit
8479e9cec6
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user