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

@@ -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() {