mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibWeb: Remove StringBuilder from HTMLToken::m_comment_or_character
This commit is contained in:
committed by
Andreas Kling
parent
3aa202c432
commit
c3ad8e9a52
@@ -53,7 +53,7 @@ String HTMLToken::to_string() const
|
||||
|
||||
if (type() == HTMLToken::Type::Comment || type() == HTMLToken::Type::Character) {
|
||||
builder.append(" { data: '");
|
||||
builder.append(m_comment_or_character.data.to_string());
|
||||
builder.append(m_comment_or_character.data);
|
||||
builder.append("' }");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user