mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
LibWeb: Start fleshing out update document for history step application
This commit is contained in:
parent
40cbe9e72b
commit
699ead0939
5 changed files with 62 additions and 14 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue