From 9692ffc9b8515fa27d23966d213cbfac06058f5c Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Fri, 9 Nov 2012 10:23:18 -0800 Subject: [PATCH] Bug 783630 - Fix bustage on inbound. --- dom/ipc/ContentParent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/ipc/ContentParent.h b/dom/ipc/ContentParent.h index 1e9fee376155..541e49ed1850 100644 --- a/dom/ipc/ContentParent.h +++ b/dom/ipc/ContentParent.h @@ -337,7 +337,7 @@ private: friend class CrashReporterParent; nsRefPtr mConsoleService; - already_AddRefed GetConsoleService(); + nsConsoleService* GetConsoleService(); }; } // namespace dom