| Index: third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
|
| index 902056dee72d83740296702b5037846baca9437d..6735073b7eeb19fdf38593568c22054f8450ff26 100644
|
| --- a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
|
| +++ b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
|
| @@ -94,6 +94,7 @@
|
| attribute EventHandler ontoggle;
|
| attribute EventHandler onvolumechange;
|
| attribute EventHandler onwaiting;
|
| + attribute EventHandler onwheel;
|
|
|
| // auxclick
|
| // https://wicg.github.io/auxclick/
|
|
|