mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Remove more DeprecatedString null state remnants
This commit is contained in:
parent
988c6568a9
commit
0937d88869
Notes:
sideshowbarker
2024-07-16 20:08:14 +09:00
Author: https://github.com/alimpfard
Commit: 0937d88869
Pull-request: https://github.com/SerenityOS/serenity/pull/21439
Reviewed-by: https://github.com/shannonbooth ✅
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