1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:28:12 +00:00

Ladybird: Handle close event in WebContentView

This commit is contained in:
Aliaksandr Kalenik 2023-03-07 06:13:08 +03:00 committed by Linus Groh
parent cc41233be4
commit 59752807c4
3 changed files with 7 additions and 0 deletions

View file

@ -966,6 +966,7 @@ void WebContentView::notify_server_did_set_cookie(Badge<WebContentClient>, AK::U
void WebContentView::notify_server_did_close_browsing_context(Badge<WebContentClient>)
{
emit close();
}
void WebContentView::notify_server_did_update_cookie(Badge<WebContentClient>, Web::Cookie::Cookie const& cookie)