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

@@ -797,13 +797,13 @@ public abstract class MetaScanner {
}
if (contentIndex == CONTENT.length && content == null) {
content = Portability.newStringFromBuffer(strBuf, 0, strBufLen
// CPPONLY: , treeBuilder, false
// CPPONLY: , treeBuilder
);
return;
}
if (charsetIndex == CHARSET.length && charset == null) {
charset = Portability.newStringFromBuffer(strBuf, 0, strBufLen
// CPPONLY: , treeBuilder, false
// CPPONLY: , treeBuilder
);
return;
}