rolling back toolkit/component/build files from bug 340603 to fix the build

git-svn-id: svn://10.0.0.236/trunk@199481 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tony%ponderer.org
2006-06-08 01:43:48 +00:00
parent 1026639de5
commit 7719b41b1b
2 changed files with 1 additions and 16 deletions

View File

@@ -56,7 +56,6 @@
#ifdef MOZ_URL_CLASSIFIER
#include "nsUrlClassifierDBService.h"
#include "nsUrlClassifierStreamUpdater.h"
#endif
#ifdef MOZ_FEEDS
@@ -85,7 +84,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsTypeAheadFind)
#ifdef MOZ_URL_CLASSIFIER
NS_GENERIC_FACTORY_SINGLETON_CONSTRUCTOR(nsUrlClassifierDBService,
nsUrlClassifierDBService::GetInstance)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsUrlClassifierStreamUpdater)
#endif
#ifdef MOZ_FEEDS
@@ -134,10 +132,6 @@ static const nsModuleComponentInfo components[] =
NS_URLCLASSIFIERDBSERVICE_CID,
NS_URLCLASSIFIERDBSERVICE_CONTRACTID,
nsUrlClassifierDBServiceConstructor },
{ "Url Classifier Stream Updater",
NS_URLCLASSIFIERSTREAMUPDATER_CID,
NS_URLCLASSIFIERSTREAMUPDATER_CONTRACTID,
nsUrlClassifierStreamUpdaterConstructor },
#endif
#ifdef MOZ_FEEDS
{ "Unescape HTML",