Backed out changeset fabf345eec6e (bug 1375701) for bustage at parser/html/nsHtml5String.h:143:3: bad implicit conversion constructor for 'nsHtml5String'. r=backout on a CLOSED TREE

This commit is contained in:
Sebastian Hengst
2017-08-15 16:28:10 +02:00
parent 8d12eac1f2
commit 7e433bbe75
14 changed files with 165 additions and 295 deletions

View File

@@ -897,7 +897,7 @@ public class Tokenizer implements Locator {
*/
protected String strBufToString() {
String str = Portability.newStringFromBuffer(strBuf, 0, strBufLen
// CPPONLY: , tokenHandler, !newAttributesEachTime && attributeName == AttributeName.CLASS
// CPPONLY: , tokenHandler
);
clearStrBufAfterUse();
return str;