Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLAttributeNames.in |
| diff --git a/third_party/WebKit/Source/core/html/HTMLAttributeNames.in b/third_party/WebKit/Source/core/html/HTMLAttributeNames.in |
| index 6c546dd364293a0880932ae1442b0249d63b59a5..50d07db2c29c7a57815eea1d5599b3f9c9efbdca 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLAttributeNames.in |
| +++ b/third_party/WebKit/Source/core/html/HTMLAttributeNames.in |
| @@ -170,6 +170,7 @@ onabort |
| onanimationstart |
| onanimationiteration |
| onanimationend |
| +onauxclick |
| onbeforecopy |
| onbeforecut |
| onbeforepaste |
| @@ -231,6 +232,14 @@ onpaste |
| onpause |
| onplay |
| onplaying |
| +onpointercancel |
| +onpointerdown |
| +onpointerenter |
| +onpointerleave |
| +onpointermove |
| +onpointerout |
| +onpointerover |
| +onpointerup |
| onpopstate |
| onprogress |
| onratechange |