Bug 334302. Adjust SAXLocator reports in ReportError. Patch by Alex Vincent <ajvincent@gmail.com>. r=sayrer, sr=bz
git-svn-id: svn://10.0.0.236/trunk@210039 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -79,7 +79,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(CViewSourceHTML)
|
||||
#endif
|
||||
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSAXAttributes)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSAXLocator)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSAXXMLReader)
|
||||
|
||||
static const nsModuleComponentInfo gComponents[] = {
|
||||
@@ -99,18 +98,13 @@ static const nsModuleComponentInfo gComponents[] = {
|
||||
NS_PARSERSERVICE_CONTRACTID,
|
||||
nsParserServiceConstructor
|
||||
},
|
||||
|
||||
{
|
||||
NS_SAXATTRIBUTES_CLASSNAME,
|
||||
NS_SAXATTRIBUTES_CID,
|
||||
NS_SAXATTRIBUTES_CONTRACTID,
|
||||
nsSAXAttributesConstructor
|
||||
},
|
||||
{
|
||||
NS_SAXLOCATOR_CLASSNAME,
|
||||
NS_SAXLOCATOR_CID,
|
||||
NS_SAXLOCATOR_CONTRACTID,
|
||||
nsSAXLocatorConstructor
|
||||
},
|
||||
|
||||
{
|
||||
NS_SAXXMLREADER_CLASSNAME,
|
||||
|
||||
Reference in New Issue
Block a user