Skip to content
Merged
1 change: 1 addition & 0 deletions builtins/web/event/custom-event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ bool CustomEvent::detail_get(JSContext *cx, unsigned argc, JS::Value *vp) {
return true;
}

// https://dom.spec.whatwg.org/#interface-customevent
bool CustomEvent::constructor(JSContext *cx, unsigned argc, JS::Value *vp) {
CTOR_HEADER("CustomEvent", 2);

Expand Down
Loading