mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
LibWeb: Return NonnullGCPtr<DOMTokenList> from relList
getters
This commit is contained in:
parent
b4af851c74
commit
fc395716e9
Notes:
sideshowbarker
2024-07-17 20:22:04 +09:00
Author: https://github.com/tcl3
Commit: fc395716e9
Pull-request: https://github.com/SerenityOS/serenity/pull/24353
8 changed files with 12 additions and 12 deletions
|
@ -92,7 +92,7 @@ public:
|
|||
StringView method() const;
|
||||
WebIDL::ExceptionOr<void> set_method(String const&);
|
||||
|
||||
JS::GCPtr<DOM::DOMTokenList> rel_list();
|
||||
JS::NonnullGCPtr<DOM::DOMTokenList> rel_list();
|
||||
|
||||
String action() const;
|
||||
WebIDL::ExceptionOr<void> set_action(String const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue