mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
AK+LibJS: Remove null state from DeprecatedFlyString :^)
This commit is contained in:
committed by
Andrew Kaster
parent
026c1caba0
commit
8ac0e3f0e5
@@ -338,7 +338,7 @@ ByteString escape_html_entities(StringView html)
|
||||
}
|
||||
|
||||
ByteString::ByteString(DeprecatedFlyString const& string)
|
||||
: m_impl(*(string.impl() ?: &StringImpl::the_empty_stringimpl()))
|
||||
: m_impl(string.impl())
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user