mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
LibWeb: Convert the Navigator object to ThrowCompletionOr
This commit is contained in:
parent
0f93c9d6c8
commit
19ac19eae1
2 changed files with 6 additions and 6 deletions
|
@ -21,8 +21,8 @@ public:
|
|||
virtual ~NavigatorObject() override;
|
||||
|
||||
private:
|
||||
JS_DECLARE_OLD_NATIVE_FUNCTION(user_agent_getter);
|
||||
JS_DECLARE_OLD_NATIVE_FUNCTION(cookie_enabled_getter);
|
||||
JS_DECLARE_NATIVE_FUNCTION(user_agent_getter);
|
||||
JS_DECLARE_NATIVE_FUNCTION(cookie_enabled_getter);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue