mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug 618533 - Remove tab from ContentChild. a=DONTBUILD
--HG-- extra : rebase_source : c13f6d12110cc35ec02774e6f7c4b57713e6dd34
This commit is contained in:
parent
fff880c17c
commit
288dd1f477
@ -592,7 +592,7 @@ ContentChild::RecvFlushMemory(const nsString& reason)
|
||||
nsCOMPtr<nsIObserverService> os =
|
||||
mozilla::services::GetObserverService();
|
||||
if (os)
|
||||
os->NotifyObservers(nsnull, "memory-pressure", reason.get());
|
||||
os->NotifyObservers(nsnull, "memory-pressure", reason.get());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user