mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibWeb: Return NonnullGCPtr<DOMTokenList> from relList getters
This commit is contained in:
committed by
Andreas Kling
parent
b4af851c74
commit
fc395716e9
@@ -20,7 +20,7 @@ class HTMLAreaElement final
|
||||
|
||||
public:
|
||||
virtual ~HTMLAreaElement() override;
|
||||
JS::GCPtr<DOM::DOMTokenList> rel_list();
|
||||
JS::NonnullGCPtr<DOM::DOMTokenList> rel_list();
|
||||
|
||||
private:
|
||||
HTMLAreaElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
Reference in New Issue
Block a user