LibWeb: Make Storage GC-allocated

This commit is contained in:
Andreas Kling 2022-09-03 19:44:37 +02:00
commit 2ac8e3db3a
Notes: sideshowbarker 2024-07-17 07:25:48 +09:00
7 changed files with 32 additions and 37 deletions

View file

@ -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();