LibWeb: Bring HistoryHandlingBehavior up to date with the specification

Co-Authored-By: Andrew Kaster <akaster@serenityos.org>
This commit is contained in:
Aliaksandr Kalenik
2024-03-28 12:58:43 +01:00
committed by Andreas Kling
parent b6cf62d00a
commit 39f74d3437
8 changed files with 24 additions and 24 deletions

View File

@@ -190,5 +190,6 @@ private:
};
HistoryHandlingBehavior to_history_handling_behavior(Bindings::NavigationHistoryBehavior);
Bindings::NavigationHistoryBehavior to_navigation_history_behavior(HistoryHandlingBehavior);
}