Fix a stupid typo that was making line numbers come out wrong. no bug, r=sicking sr=jst
git-svn-id: svn://10.0.0.236/trunk@187935 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2069,7 +2069,7 @@ CNavDTD::CollectAttributes(nsIParserNode *aNode, eHTMLTags aTag, PRInt32 aCount)
|
||||
break;
|
||||
}
|
||||
|
||||
if (IsParserInDocWrite()) {
|
||||
if (!IsParserInDocWrite()) {
|
||||
mLineNumber += theToken->GetNewlineCount();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user