Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo
This commit is contained in:
@@ -832,9 +832,7 @@ nsAppShell::LegacyGeckoEvent::Run()
|
||||
if (curEvent->MetaState() >= AndroidGeckoEvent::MEMORY_PRESSURE_MEDIUM) {
|
||||
nsCOMPtr<nsIObserverService> os = mozilla::services::GetObserverService();
|
||||
if (os) {
|
||||
os->NotifyObservers(nullptr,
|
||||
"memory-pressure",
|
||||
MOZ_UTF16("low-memory"));
|
||||
os->NotifyObservers(nullptr, "memory-pressure", u"low-memory");
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user