mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
LibWeb: Add the missing CustomEvent IDL constructor
This commit is contained in:
parent
e04f3c713c
commit
3b9e8ec597
Notes:
sideshowbarker
2024-07-18 03:20:19 +09:00
Author: https://github.com/IdanHo
Commit: 3b9e8ec597
Pull-request: https://github.com/SerenityOS/serenity/pull/10265
3 changed files with 28 additions and 14 deletions
|
@ -8,15 +8,6 @@
|
|||
|
||||
namespace Web::DOM {
|
||||
|
||||
CustomEvent::CustomEvent(FlyString const& event_name)
|
||||
: Event(event_name)
|
||||
{
|
||||
}
|
||||
|
||||
CustomEvent::~CustomEvent()
|
||||
{
|
||||
}
|
||||
|
||||
void CustomEvent::visit_edges(JS::Cell::Visitor& visitor)
|
||||
{
|
||||
visitor.visit(m_detail);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue