Bug 618533 - Remove tab from ContentChild. a=DONTBUILD

--HG--
extra : rebase_source : c13f6d12110cc35ec02774e6f7c4b57713e6dd34
This commit is contained in:
Doug Turner 2010-12-12 08:48:04 -08:00
parent fff880c17c
commit 288dd1f477

View File

@ -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;
}