From 288dd1f477c436a13c1df0ac32ab0dfeb976803b Mon Sep 17 00:00:00 2001 From: Doug Turner Date: Sun, 12 Dec 2010 08:48:04 -0800 Subject: [PATCH] Bug 618533 - Remove tab from ContentChild. a=DONTBUILD --HG-- extra : rebase_source : c13f6d12110cc35ec02774e6f7c4b57713e6dd34 --- dom/ipc/ContentChild.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/ipc/ContentChild.cpp b/dom/ipc/ContentChild.cpp index 3714510363bc..e8d3726e8662 100644 --- a/dom/ipc/ContentChild.cpp +++ b/dom/ipc/ContentChild.cpp @@ -592,7 +592,7 @@ ContentChild::RecvFlushMemory(const nsString& reason) nsCOMPtr os = mozilla::services::GetObserverService(); if (os) - os->NotifyObservers(nsnull, "memory-pressure", reason.get()); + os->NotifyObservers(nsnull, "memory-pressure", reason.get()); return true; }