mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:18:12 +00:00
LibWeb: Remove more DeprecatedString null state remnants
This commit is contained in:
parent
988c6568a9
commit
0937d88869
4 changed files with 7 additions and 7 deletions
|
@ -1963,7 +1963,7 @@ DeprecatedString Document::cookie(Cookie::Source source)
|
|||
{
|
||||
if (auto* page = this->page())
|
||||
return page->client().page_did_request_cookie(m_url, source);
|
||||
return {};
|
||||
return DeprecatedString::empty();
|
||||
}
|
||||
|
||||
void Document::set_cookie(StringView cookie_string, Cookie::Source source)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue