From 159e40d7fe42866810c7f69c5d028bbe4200be6c Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Thu, 23 Aug 2007 01:29:54 +0000 Subject: [PATCH] Fix bustage. git-svn-id: svn://10.0.0.236/trunk@232906 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/base/nsCycleCollector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/base/nsCycleCollector.cpp b/mozilla/xpcom/base/nsCycleCollector.cpp index 37425df14d5..fade1cc938c 100644 --- a/mozilla/xpcom/base/nsCycleCollector.cpp +++ b/mozilla/xpcom/base/nsCycleCollector.cpp @@ -1127,7 +1127,7 @@ public: PtrInfo* AddNode(void *s, nsCycleCollectionParticipant *aParticipant, PRUint32 aLangID) { - AddNode(s, aParticipant); + return AddNode(s, aParticipant); } #endif void Traverse(PtrInfo* aPtrInfo);