LibWeb: Add did_stop_being_active_document_in_navigable()

This commit is contained in:
Aliaksandr Kalenik 2023-09-04 00:02:15 +02:00 committed by Andreas Kling
commit 2fbb6ae520
Notes: sideshowbarker 2024-07-17 22:41:14 +09:00
2 changed files with 14 additions and 0 deletions

View file

@ -503,6 +503,7 @@ public:
bool is_allowed_to_use_feature(PolicyControlledFeature) const;
void did_stop_being_active_document_in_browsing_context(Badge<HTML::BrowsingContext>);
void did_stop_being_active_document_in_navigable();
bool query_command_supported(String const&) const;