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

@ -298,7 +298,6 @@ DOMInterfaces = {
# We can also get rid of the UnwrapArg bits in
# the dom QueryInterface (in BindingUtils.cpp) at that point.
'hasXPConnectImpls': True,
'concrete': False,
'jsImplParent': 'mozilla::DOMEventTargetHelper',
'implicitJSContext': [ 'dispatchEvent' ]
},