From dbd6cd428b2e4b820079c41a69d57b312f0dd01e Mon Sep 17 00:00:00 2001 From: "aaronleventhal%moonset.net" Date: Thu, 2 Sep 2004 15:38:56 +0000 Subject: [PATCH] Comment fix. SingletonFactory no longer exists. r+sr=shaver git-svn-id: svn://10.0.0.236/trunk@161662 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/sample/nsSample.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/xpcom/sample/nsSample.js b/mozilla/xpcom/sample/nsSample.js index 9e3911aa4a7..1cc9a0916e3 100644 --- a/mozilla/xpcom/sample/nsSample.js +++ b/mozilla/xpcom/sample/nsSample.js @@ -71,8 +71,7 @@ var myModule = { }, /* - * The GetClassObject method is responsible for producing Factory and - * SingletonFactory objects (the latter are specialized for services). + * The GetClassObject method is responsible for producing Factory objects */ getClassObject: function (compMgr, cid, iid) { if (!cid.equals(this.myCID))