LibWeb: Implement most of "destroy a top-level traversable"

Co-authored-by: Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
This commit is contained in:
Andreas Kling
2022-12-17 10:19:35 +01:00
parent 1b78e0f059
commit 40e7f64433
Notes: sideshowbarker 2024-07-17 02:08:15 +09:00
2 changed files with 29 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ public:
void clear_the_forward_session_history();
void traverse_the_history_by_delta(int delta);
void destroy_top_level_traversable();
private:
TraversableNavigable();