mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Implement most of "destroy a top-level traversable"
Co-authored-by: Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 02:08:15 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/40e7f64433 Pull-request: https://github.com/SerenityOS/serenity/pull/19535
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user