backing out previous change to figure out whats going on

This commit is contained in:
dp@netscape.com
2002-03-07 16:45:25 +00:00
parent ecc40572d3
commit 1ece93551a
6 changed files with 74 additions and 252 deletions

View File

@@ -53,7 +53,6 @@
//#include "nsTextTokenizer.h"
#include "nsElementTable.h"
#include "nsParserService.h"
#include "nsScanner.h"
#ifdef NS_DEBUG
#include "nsLoggingSink.h"
@@ -119,8 +118,6 @@ Shutdown(nsIModule* aSelf)
DeleteElementTable();
CNewlineToken::FreeNewline();
gInitialized = PR_FALSE;
delete nsScanner::gAllocator;
nsScanner::gAllocator = nsnull;
}
}