Bug 981279 - Clear the attribute holder after parsing innerHTML. r=smaug
This commit is contained in:
@@ -3936,6 +3936,9 @@ nsHtml5Tokenizer::end()
|
||||
attributeName = nullptr;
|
||||
}
|
||||
tokenHandler->endTokenization();
|
||||
if (attributes) {
|
||||
attributes->clear(0);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user