mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
LibWeb: Implement most of "destroy a top-level traversable"
Co-authored-by: Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
This commit is contained in:
parent
1b78e0f059
commit
40e7f64433
2 changed files with 29 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue