| Index: Source/core/html/HTMLElement.cpp
|
| diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp
|
| index 51b0a8cf0bf2415e0a3bd0a0dcc0aff9b9e2e3f6..f031a3a5bcddc53ac565d4a76631f0d4d9b2038c 100644
|
| --- a/Source/core/html/HTMLElement.cpp
|
| +++ b/Source/core/html/HTMLElement.cpp
|
| @@ -284,6 +284,7 @@ const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName&
|
| attributeNameToEventNameMap.set(onprogressAttr.localName(), EventTypeNames::progress);
|
| attributeNameToEventNameMap.set(onratechangeAttr.localName(), EventTypeNames::ratechange);
|
| attributeNameToEventNameMap.set(onresetAttr.localName(), EventTypeNames::reset);
|
| + attributeNameToEventNameMap.set(onresizeAttr.localName(), EventTypeNames::resize);
|
| attributeNameToEventNameMap.set(onseekedAttr.localName(), EventTypeNames::seeked);
|
| attributeNameToEventNameMap.set(onseekingAttr.localName(), EventTypeNames::seeking);
|
| attributeNameToEventNameMap.set(onselectAttr.localName(), EventTypeNames::select);
|
|
|