Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user