Bug 133277 give NS_PARSERSERVICE_CID {a6cf9112-15b3-11d2-932e-00805f8add32} a ContractID

r=harishd sr=heikki
This commit is contained in:
timeless@mozdev.org
2003-03-14 04:03:09 +00:00
parent 44ad8b06a8
commit f3792d9a76
4 changed files with 12 additions and 2 deletions

View File

@@ -84,7 +84,11 @@ static const nsModuleComponentInfo gComponents[] = {
{ "Transitional DTD", NS_CTRANSITIONAL_DTD_CID, NULL,
CTransitionalDTDConstructor },
{ "ViewSource DTD", NS_VIEWSOURCE_DTD_CID, NULL, CViewSourceHTMLConstructor },
{ "ParserService", NS_PARSERSERVICE_CID, NULL, nsParserServiceConstructor }
{ "ParserService",
NS_PARSERSERVICE_CID,
NS_PARSER_CONTRACTID_PREFIX "/parser-service;1",
nsParserServiceConstructor
}
};
static PRBool gInitialized = PR_FALSE;