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:
@@ -231,13 +231,8 @@ nsHtml5Tokenizer::emitOrAppendCharRefBuf(int32_t returnState)
|
||||
nsHtml5String
|
||||
nsHtml5Tokenizer::strBufToString()
|
||||
{
|
||||
nsHtml5String str = nsHtml5Portability::newStringFromBuffer(
|
||||
strBuf,
|
||||
0,
|
||||
strBufLen,
|
||||
tokenHandler,
|
||||
!newAttributesEachTime &&
|
||||
attributeName == nsHtml5AttributeName::ATTR_CLASS);
|
||||
nsHtml5String str =
|
||||
nsHtml5Portability::newStringFromBuffer(strBuf, 0, strBufLen, tokenHandler);
|
||||
clearStrBufAfterUse();
|
||||
return str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user