mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
LibWeb: Remove StringBuilders from HTMLToken::m_doctype
This commit is contained in:
committed by
Andreas Kling
parent
2150609590
commit
992964aa7d
@@ -16,7 +16,7 @@ String HTMLToken::to_string() const
|
||||
case HTMLToken::Type::DOCTYPE:
|
||||
builder.append("DOCTYPE");
|
||||
builder.append(" { name: '");
|
||||
builder.append(m_doctype.name.to_string());
|
||||
builder.append(m_doctype.name);
|
||||
builder.append("' }");
|
||||
break;
|
||||
case HTMLToken::Type::StartTag:
|
||||
|
||||
Reference in New Issue
Block a user