mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +00:00
LibWeb: Add set_current_session_history_entry setter for Navigable
This commit is contained in:
parent
eb4db6057d
commit
0285a363e2
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
|
||||
JS::GCPtr<SessionHistoryEntry> active_session_history_entry() const { return m_active_session_history_entry; };
|
||||
JS::GCPtr<SessionHistoryEntry> current_session_history_entry() const { return m_current_session_history_entry; };
|
||||
void set_current_session_history_entry(JS::GCPtr<SessionHistoryEntry> entry) { m_current_session_history_entry = entry; };
|
||||
|
||||
Vector<JS::NonnullGCPtr<SessionHistoryEntry>>& get_session_history_entries() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue