mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
LibWeb: Use GCPtr in MediaQueryList
This commit is contained in:
parent
4dd14d812f
commit
213155ad7d
Notes:
github-actions[bot]
2024-11-13 14:00:16 +00:00
Author: https://github.com/trflynn89
Commit: 213155ad7d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2313
Reviewed-by: https://github.com/gmta ✅
2 changed files with 4 additions and 4 deletions
|
@ -26,8 +26,8 @@ public:
|
|||
bool matches() const;
|
||||
bool evaluate();
|
||||
|
||||
void add_listener(DOM::IDLEventListener*);
|
||||
void remove_listener(DOM::IDLEventListener*);
|
||||
void add_listener(JS::GCPtr<DOM::IDLEventListener>);
|
||||
void remove_listener(JS::GCPtr<DOM::IDLEventListener>);
|
||||
|
||||
void set_onchange(WebIDL::CallbackType*);
|
||||
WebIDL::CallbackType* onchange();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue