Bug 981279 - Clear the attribute holder after parsing innerHTML. r=smaug
This commit is contained in:
@@ -6595,11 +6595,12 @@ public class Tokenizer implements Locator {
|
||||
attributeName = null;
|
||||
}
|
||||
tokenHandler.endTokenization();
|
||||
// [NOCPP[
|
||||
if (attributes != null) {
|
||||
// [NOCPP[
|
||||
attributes = null;
|
||||
// ]NOCPP]
|
||||
// CPPONLY: attributes.clear(mappingLangToXmlLang);
|
||||
}
|
||||
// ]NOCPP]
|
||||
}
|
||||
|
||||
public void requestSuspension() {
|
||||
|
||||
Reference in New Issue
Block a user