removed a few warnings
git-svn-id: svn://10.0.0.236/trunk@84559 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1299,10 +1299,7 @@ CToken* nsTokenAllocator::CreateTokenOfType(eHTMLTokenTypes aType,eHTMLTags aTag
|
||||
#ifdef DEBUG_TRACK_NODES
|
||||
|
||||
static nsCParserNode* gAllNodes[100];
|
||||
static nsCParserNode* gLooseNodes[100];
|
||||
|
||||
static int gAllNodeCount=0;
|
||||
static int gLooseNodeCount=0;
|
||||
|
||||
int FindNode(nsCParserNode *aNode) {
|
||||
int theIndex=0;
|
||||
@@ -1319,7 +1316,7 @@ void AddNode(nsCParserNode *aNode) {
|
||||
gAllNodes[gAllNodeCount++]=aNode;
|
||||
}
|
||||
else {
|
||||
int x=10; //you tried to recycle a node twice!
|
||||
//you tried to recycle a node twice!
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user