| Index: third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.cpp b/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| index 6f5437ae2b50f64b7f4ecdfeaa85359933c2e710..8a769e463247fc9a050100fcd8c0ca6c9659a497 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| @@ -302,6 +302,7 @@ const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName&
|
| { onfocusAttr, EventTypeNames::focus },
|
| { onfocusinAttr, EventTypeNames::focusin },
|
| { onfocusoutAttr, EventTypeNames::focusout },
|
| + { ongotpointercaptureAttr, EventTypeNames::gotpointercapture },
|
| { oninputAttr, EventTypeNames::input },
|
| { oninvalidAttr, EventTypeNames::invalid },
|
| { onkeydownAttr, EventTypeNames::keydown },
|
| @@ -311,6 +312,7 @@ const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName&
|
| { onloadeddataAttr, EventTypeNames::loadeddata },
|
| { onloadedmetadataAttr, EventTypeNames::loadedmetadata },
|
| { onloadstartAttr, EventTypeNames::loadstart },
|
| + { onlostpointercaptureAttr, EventTypeNames::lostpointercapture },
|
| { onmousedownAttr, EventTypeNames::mousedown },
|
| { onmouseenterAttr, EventTypeNames::mouseenter },
|
| { onmouseleaveAttr, EventTypeNames::mouseleave },
|
|
|