Ladybird+LibWeb+WebContent: Port the did_request_cookie IPC to String

This commit is contained in:
Timothy Flynn 2024-01-26 11:10:15 -05:00 committed by Andreas Kling
commit 85b8971a80
Notes: sideshowbarker 2024-07-17 14:33:07 +09:00
14 changed files with 16 additions and 16 deletions

View file

@ -168,7 +168,7 @@ private:
on_scroll_to_point(position);
};
on_get_cookie = [this](auto const& url, auto source) -> ByteString {
on_get_cookie = [this](auto const& url, auto source) {
return m_cookie_jar.get_cookie(url, source);
};