Merging patch by jst (from mozilla/htmlparser).

Fixing bug 241328. Eliminating dead code, and making some classes use less memory on some 64-bit platforms. Also doing some general cleaning. r+sr=bzbarsky@mit.edu


git-svn-id: svn://10.0.0.236/trunk@155384 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%propagandism.org
2004-04-23 13:29:02 +00:00
parent 7697906006
commit 0374f36974
8 changed files with 224 additions and 984 deletions

View File

@@ -201,10 +201,6 @@ class CSharedVSContext {
public:
CSharedVSContext() :
mEndNode(),
mStartNode(),
mTokenNode(),
mITextToken(),
mErrorToken(NS_LITERAL_STRING("error")) {
}