LibWeb: Start fleshing out update document for history step application

This commit is contained in:
Aliaksandr Kalenik 2023-09-23 22:59:27 +02:00 committed by Andrew Kaster
commit 699ead0939
Notes: sideshowbarker 2024-07-17 08:34:29 +09:00
5 changed files with 62 additions and 14 deletions

View file

@ -34,8 +34,8 @@ public:
void set_system_visibility_state(VisibilityState);
struct HistoryObjectLengthAndIndex {
size_t script_history_length;
size_t script_history_index;
u64 script_history_length;
u64 script_history_index;
};
HistoryObjectLengthAndIndex get_the_history_object_length_and_index(int) const;