DescriptionSync the Event, EventTarget and CustomEvent interfaces with the spec
https://dom.spec.whatwg.org/#interface-event
https://dom.spec.whatwg.org/#interface-eventtarget
https://dom.spec.whatwg.org/#interface-customevent
Note that the EventListener argument for add/removeEventListener() is
named callback in the spec but left as listener here, as custom code in
Source/bindings/templates/methods.cpp to deal with missing arguments
depends on it. Sorting this out is left to http://crbug.com/353484
There are no observable changes to the generated code.
BUG=460722, 353484
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191913
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|