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

@@ -2220,8 +2220,8 @@ nsHtml5TreeBuilder::extractCharsetFromContent(nsHtml5String attributeValue,
if (end == -1) {
end = buffer.length;
}
charset = nsHtml5Portability::newStringFromBuffer(
buffer, start, end - start, tb, false);
charset =
nsHtml5Portability::newStringFromBuffer(buffer, start, end - start, tb);
}
return charset;
}