Bug 981279 - Clear the attribute holder after parsing innerHTML. r=smaug

This commit is contained in:
Henri Sivonen
2014-03-10 11:14:16 +02:00
parent 329a4804db
commit a078e918b1
4 changed files with 22 additions and 2 deletions

View File

@@ -3936,6 +3936,9 @@ nsHtml5Tokenizer::end()
attributeName = nullptr;
}
tokenHandler->endTokenization();
if (attributes) {
attributes->clear(0);
}
}
void