Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo

This commit is contained in:
Chris Peterson
2016-07-20 22:03:25 -07:00
parent 0eccc785ff
commit 6c0f810682
160 changed files with 720 additions and 745 deletions

View File

@@ -82,7 +82,7 @@ nsCommandManager::CommandStatusChanged(const char* aCommandName)
// should we get the command state to pass here? This might be expensive.
observer->Observe(NS_ISUPPORTS_CAST(nsICommandManager*, this),
aCommandName,
MOZ_UTF16("command_status_changed"));
u"command_status_changed");
}
}