| 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 a810870bc8cb08c54012f1b97cd8bc1b230c2614..70e99d88eb633f825557c51e11d650ac8f94f179 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAttributeNames.in
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAttributeNames.in
|
| @@ -169,6 +169,7 @@ onabort
|
| onanimationstart
|
| onanimationiteration
|
| onanimationend
|
| +onauxclick
|
| onbeforecopy
|
| onbeforecut
|
| onbeforepaste
|
| @@ -230,6 +231,14 @@ onpaste
|
| onpause
|
| onplay
|
| onplaying
|
| +onpointercancel
|
| +onpointerdown
|
| +onpointerenter
|
| +onpointerleave
|
| +onpointermove
|
| +onpointerout
|
| +onpointerover
|
| +onpointerup
|
| onpopstate
|
| onprogress
|
| onratechange
|
|
|