| Index: Source/core/dom/GlobalEventHandlers.idl
|
| diff --git a/Source/core/dom/GlobalEventHandlers.idl b/Source/core/dom/GlobalEventHandlers.idl
|
| index 1fb4012b7b2403bcee61317929ace34b49281e73..91040f975b1cbc894c3141f4c6ad679e72607af1 100644
|
| --- a/Source/core/dom/GlobalEventHandlers.idl
|
| +++ b/Source/core/dom/GlobalEventHandlers.idl
|
| @@ -80,6 +80,14 @@
|
| attribute EventHandler onpause;
|
| attribute EventHandler onplay;
|
| attribute EventHandler onplaying;
|
| + attribute EventHandler onpointercancel;
|
| + attribute EventHandler onpointerdown;
|
| + attribute EventHandler onpointerenter;
|
| + attribute EventHandler onpointerleave;
|
| + attribute EventHandler onpointermove;
|
| + attribute EventHandler onpointerout;
|
| + attribute EventHandler onpointerover;
|
| + attribute EventHandler onpointerup;
|
| attribute EventHandler onprogress;
|
| attribute EventHandler onratechange;
|
| attribute EventHandler onreset;
|
|
|