Issue #1792 - Part 4: Implement constructors for the EventTarget interface.

This commit is contained in:
Moonchild 2021-07-12 03:06:58 +00:00 committed by roytam1
commit 467e117fd9
4 changed files with 19 additions and 2 deletions

View file

@ -42,6 +42,8 @@ public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_EVENTTARGET_IID)
// WebIDL API
static already_AddRefed<EventTarget> Constructor(const GlobalObject& aGlobal,
ErrorResult& aRv);
using nsIDOMEventTarget::AddEventListener;
using nsIDOMEventTarget::RemoveEventListener;
using nsIDOMEventTarget::DispatchEvent;