mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove 'on' prefix from event handler macros
This commit is contained in:
parent
7bdfad92a5
commit
b17343a0ff
7 changed files with 7 additions and 19 deletions
|
@ -148,5 +148,5 @@ impl TextTrackMethods for TextTrack {
|
|||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#handler-texttrack-oncuechange
|
||||
event_handler!(oncuechange, GetOncuechange, SetOncuechange);
|
||||
event_handler!(cuechange, GetOncuechange, SetOncuechange);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue