mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:17:35 +00:00
Ladybird+LibWeb+WebContent: Port the did_request_cookie
IPC to String
This commit is contained in:
parent
dcd9962d7b
commit
85b8971a80
14 changed files with 16 additions and 16 deletions
|
@ -2006,7 +2006,7 @@ void Document::completely_finish_loading()
|
|||
|
||||
String Document::cookie(Cookie::Source source)
|
||||
{
|
||||
return MUST(String::from_byte_string(page().client().page_did_request_cookie(m_url, source)));
|
||||
return page().client().page_did_request_cookie(m_url, source);
|
||||
}
|
||||
|
||||
void Document::set_cookie(StringView cookie_string, Cookie::Source source)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue