bug 324182: Update the token's attribute count when we add a token to it. r=sicking sr=bzbarsky

This commit is contained in:
mrbkap%gmail.com 2006-01-20 23:25:37 +00:00
Родитель bafcab14d6
Коммит b5b12eebee
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1054,6 +1054,9 @@ CNavDTD::WillHandleStartTag(CToken* aToken, eHTMLTags aTag,
if (theToken) {
theToken->SetKey(NS_LITERAL_STRING("_moz-userdefined"));
aNode.AddAttribute(theToken);
// Make sure to remember that we added this attribute.
aToken->SetAttributeCount(aNode.GetAttributeCount());
}
}