mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
LibWeb: Make Storage GC-allocated
This commit is contained in:
parent
d7c6298d8b
commit
2ac8e3db3a
7 changed files with 32 additions and 37 deletions
|
@ -100,8 +100,8 @@ public:
|
|||
|
||||
Selection::Selection* get_selection_impl();
|
||||
|
||||
RefPtr<HTML::Storage> local_storage();
|
||||
RefPtr<HTML::Storage> session_storage();
|
||||
JS::NonnullGCPtr<HTML::Storage> local_storage();
|
||||
JS::NonnullGCPtr<HTML::Storage> session_storage();
|
||||
|
||||
Window* parent();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue