mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:34:57 +00:00
AK+LibJS: Remove null state from DeprecatedFlyString :^)
This commit is contained in:
parent
026c1caba0
commit
8ac0e3f0e5
7 changed files with 25 additions and 28 deletions
|
@ -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())
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue