| Index: Source/core/events/WheelEvent.cpp
|
| diff --git a/Source/core/events/WheelEvent.cpp b/Source/core/events/WheelEvent.cpp
|
| index 91cde0d53fb36c44a7fa9ffdc0048ba3c2db7134..feafc1489ab5f35729344c467b4c520aeebe0cdc 100644
|
| --- a/Source/core/events/WheelEvent.cpp
|
| +++ b/Source/core/events/WheelEvent.cpp
|
| @@ -113,7 +113,7 @@ void WheelEvent::initWebKitWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<A
|
|
|
| const AtomicString& WheelEvent::interfaceName() const
|
| {
|
| - return eventNames().interfaceForWheelEvent;
|
| + return EventNames::WheelEvent;
|
| }
|
|
|
| bool WheelEvent::isMouseEvent() const
|
|
|