46702 ( nsbeta3+ ) Partial - Made token cache to be arena based.

r=vidur
This commit is contained in:
harishd@netscape.com
2000-08-30 18:22:03 +00:00
parent 953fcd01ab
commit 2aa411b09b
74 changed files with 1366 additions and 1274 deletions

View File

@@ -208,9 +208,6 @@ nsParserModule::Shutdown()
if (mInitialized) {
nsHTMLTags::ReleaseTable();
nsHTMLEntities::ReleaseTable();
nsHTMLTokenizer::FreeTokenRecycler();
nsXMLTokenizer::FreeTokenRecycler();
nsExpatTokenizer::FreeTokenRecycler();
nsDTDContext::ReleaseGlobalObjects();
nsParser::FreeSharedObjects();
mInitialized = PR_FALSE;