mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:57:44 +00:00
LibWeb: Add did_stop_being_active_document_in_navigable()
This commit is contained in:
parent
4532584b3a
commit
2fbb6ae520
2 changed files with 14 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue