bug 324182: Update the token's attribute count when we add a token to it. r=sicking sr=bzbarsky
This commit is contained in:
Родитель
bafcab14d6
Коммит
b5b12eebee
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче