mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix for bug 428229 (Unable to override addEventListener), quickstub addEventListener. r=bz.
--HG-- extra : rebase_source : 1e8779a8089e19f56c51ae34deed7284147df2ab
This commit is contained in:
parent
22fc8d3fe6
commit
9612080734
@ -77,7 +77,7 @@ interface nsIDOMEventTarget : nsISupports
|
||||
* through the tree will not trigger an
|
||||
* EventListener designated to use capture.
|
||||
*/
|
||||
void addEventListener(in DOMString type,
|
||||
[noscript] void addEventListener(in DOMString type,
|
||||
in nsIDOMEventListener listener,
|
||||
in boolean useCapture);
|
||||
|
||||
|
@ -243,10 +243,7 @@ members = [
|
||||
# dom/interfaces/events
|
||||
'nsIDOMEventTarget.dispatchEvent',
|
||||
'nsIDOMEventTarget.removeEventListener',
|
||||
# Conflicts with nsIDOMNSEventTarget.addEventListener;
|
||||
# the conflict is specially resolved in nsDOMClassInfo.cpp.
|
||||
# (See bug 453331.)
|
||||
#'nsIDOMEventTarget.addEventListener',
|
||||
'nsIDOMNSEventTarget.addEventListener',
|
||||
'nsIDOMDocumentEvent.createEvent',
|
||||
|
||||
'nsIDOMEvent.*',
|
||||
|
Loading…
Reference in New Issue
Block a user