LibWeb: Move consume history-action user activation to Window

This commit is contained in:
Andrew Kaster 2024-05-29 10:14:40 -06:00 committed by Andreas Kling
commit 45860e3878
Notes: sideshowbarker 2024-07-17 00:25:35 +09:00
4 changed files with 29 additions and 26 deletions

View file

@ -220,6 +220,8 @@ public:
HighResolutionTime::DOMHighResTimeStamp last_history_action_activation_timestamp() const { return m_last_history_action_activation_timestamp; }
void set_last_history_action_activation_timestamp(HighResolutionTime::DOMHighResTimeStamp timestamp) { m_last_history_action_activation_timestamp = timestamp; }
void consume_history_action_user_activation();
static void set_inspector_object_exposed(bool);
static void set_internals_object_exposed(bool);