| Index: Source/core/html/HTMLElement.cpp
|
| diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp
|
| index 4e19dd02b72a07cbd890c334c913cfc35eccb67d..8c4504225b1d460f729183667f41aec74373923f 100644
|
| --- a/Source/core/html/HTMLElement.cpp
|
| +++ b/Source/core/html/HTMLElement.cpp
|
| @@ -212,6 +212,7 @@ AtomicString HTMLElement::eventNameForAttributeName(const QualifiedName& attrNam
|
| attributeNameToEventNameMap.set(onmouseoverAttr.localName(), eventNames().mouseoverEvent);
|
| attributeNameToEventNameMap.set(onmouseupAttr.localName(), eventNames().mouseupEvent);
|
| attributeNameToEventNameMap.set(onmousewheelAttr.localName(), eventNames().mousewheelEvent);
|
| + attributeNameToEventNameMap.set(onwheelAttr.localName(), eventNames().wheelEvent);
|
| attributeNameToEventNameMap.set(onfocusAttr.localName(), eventNames().focusEvent);
|
| attributeNameToEventNameMap.set(onfocusinAttr.localName(), eventNames().focusinEvent);
|
| attributeNameToEventNameMap.set(onfocusoutAttr.localName(), eventNames().focusoutEvent);
|
|
|