LibWeb: Convert the CSS namespace object to ThrowCompletionOr

This commit is contained in:
Timothy Flynn 2021-10-31 08:34:54 -04:00 committed by Linus Groh
commit 0f93c9d6c8
Notes: sideshowbarker 2024-07-18 01:41:41 +09:00
2 changed files with 14 additions and 19 deletions

View file

@ -21,8 +21,8 @@ public:
virtual ~CSSNamespace() override;
private:
JS_DECLARE_OLD_NATIVE_FUNCTION(escape);
JS_DECLARE_OLD_NATIVE_FUNCTION(supports);
JS_DECLARE_NATIVE_FUNCTION(escape);
JS_DECLARE_NATIVE_FUNCTION(supports);
};
}