mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +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
|
@ -56,7 +56,7 @@ impl PermissionStatusMethods for PermissionStatus {
|
|||
}
|
||||
|
||||
// https://w3c.github.io/permissions/#dom-permissionstatus-onchange
|
||||
event_handler!(onchange, GetOnchange, SetOnchange);
|
||||
event_handler!(change, GetOnchange, SetOnchange);
|
||||
}
|
||||
|
||||
impl Display for PermissionName {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue