Log parser token refcounting, and fix a number of token leaks in view-source
that were also leaking strings. Bug 402633, r+sr=mrbkap git-svn-id: svn://10.0.0.236/trunk@238912 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -129,12 +129,10 @@ protected:
|
||||
|
||||
PRUint32 mTokenCount;
|
||||
|
||||
nsCParserNode mEndNode;
|
||||
nsCParserStartNode mStartNode;
|
||||
nsCParserStartNode mTokenNode;
|
||||
CIndirectTextToken mITextToken;
|
||||
nsCParserStartNode mErrorNode;
|
||||
nsCParserNode mEndErrorNode;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user