1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:07:34 +00:00

LibWeb/HTML: Port Window.localStorage to IDL

This commit is contained in:
Linus Groh 2023-03-07 18:18:20 +00:00
parent 5cc6b1c4db
commit 37e9302dd9
4 changed files with 8 additions and 8 deletions

View file

@ -253,7 +253,6 @@ private:
JS_DECLARE_NATIVE_FUNCTION(structured_clone);
JS_DECLARE_NATIVE_FUNCTION(local_storage_getter);
JS_DECLARE_NATIVE_FUNCTION(session_storage_getter);
JS_DECLARE_NATIVE_FUNCTION(set_interval);