mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Restore check to prevent closing a traversable twice
We removed this check as a workaround for a spec issue that was resolved
in:
3a8303ece4
This commit is contained in:
parent
be13a0ec3f
commit
d80d951991
Notes:
github-actions[bot]
2024-10-09 11:00:32 +00:00
Author: https://github.com/trflynn89
Commit: d80d951991
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1692
Reviewed-by: https://github.com/awesomekling ✅
3 changed files with 17 additions and 10 deletions
|
@ -78,6 +78,7 @@ public:
|
|||
void traverse_the_history_by_delta(int delta, Optional<DOM::Document&> source_document = {});
|
||||
|
||||
void close_top_level_traversable();
|
||||
void definitely_close_top_level_traversable();
|
||||
void destroy_top_level_traversable();
|
||||
|
||||
void append_session_history_traversal_steps(JS::NonnullGCPtr<JS::HeapFunction<void()>> steps)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue