mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Convert the CSS namespace object to ThrowCompletionOr
This commit is contained in:
parent
85dc3a8099
commit
0f93c9d6c8
Notes:
sideshowbarker
2024-07-18 01:41:41 +09:00
Author: https://github.com/trflynn89
Commit: 0f93c9d6c8
Pull-request: https://github.com/SerenityOS/serenity/pull/10727
Reviewed-by: https://github.com/linusg ✅
2 changed files with 14 additions and 19 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue