Bug 869836 - Part 3: Use Append('c') instead of AppendLiteral("c"). r=ehsan

This commit is contained in:
Birunthan Mohanathas
2014-05-22 06:48:51 +03:00
parent 1ebdb921a5
commit 9f41043f62
80 changed files with 167 additions and 167 deletions

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.AppendLiteral("\")");
log.Append('\')");
}
log.AppendLiteral(", sending it to DefWindowProc instead of the normal "