Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag

git-svn-id: svn://10.0.0.236/trunk@136003 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2003-01-08 20:44:25 +00:00
parent f5b5bace95
commit 9b5780673f
52 changed files with 2 additions and 79 deletions

View File

@@ -135,8 +135,6 @@ NS_IMPL_RELEASE(nsHTMLTokenizer)
eParserCommands aCommand) :
nsITokenizer(), mTokenDeque(0)
{
NS_INIT_ISUPPORTS();
if (aParseMode==eDTDMode_full_standards ||
aParseMode==eDTDMode_almost_standards) {
mFlags = NS_IPARSER_FLAG_STRICT_MODE;