From 232db170e2fb14589d488c9dff2ca849bd11e432 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Thu, 1 Apr 1999 23:46:21 +0000 Subject: [PATCH] Tweaked the chrome factory. --- chrome/src/nsChromeFactory.cpp | 2 +- rdf/chrome/build/nsChromeFactory.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/src/nsChromeFactory.cpp b/chrome/src/nsChromeFactory.cpp index a9ea6563fc3..b5bf7846ec2 100644 --- a/chrome/src/nsChromeFactory.cpp +++ b/chrome/src/nsChromeFactory.cpp @@ -27,7 +27,7 @@ static NS_DEFINE_CID(kGenericFactoryCID, NS_GENERICFACTORY_CID); static NS_DEFINE_CID(kChromeRegistryCID, NS_CHROMEREGISTRY_CID); static NS_IMETHODIMP -NS_ConstructChromeRegistry(nsISupports *aOuter, REFNSIID aIID, void **aResult) +NSConstructChromeRegistry(nsISupports *aOuter, REFNSIID aIID, void **aResult) { nsresult rv; NS_ASSERTION(aOuter == nsnull, "no aggregation"); diff --git a/rdf/chrome/build/nsChromeFactory.cpp b/rdf/chrome/build/nsChromeFactory.cpp index a9ea6563fc3..b5bf7846ec2 100644 --- a/rdf/chrome/build/nsChromeFactory.cpp +++ b/rdf/chrome/build/nsChromeFactory.cpp @@ -27,7 +27,7 @@ static NS_DEFINE_CID(kGenericFactoryCID, NS_GENERICFACTORY_CID); static NS_DEFINE_CID(kChromeRegistryCID, NS_CHROMEREGISTRY_CID); static NS_IMETHODIMP -NS_ConstructChromeRegistry(nsISupports *aOuter, REFNSIID aIID, void **aResult) +NSConstructChromeRegistry(nsISupports *aOuter, REFNSIID aIID, void **aResult) { nsresult rv; NS_ASSERTION(aOuter == nsnull, "no aggregation");