Index: Source/core/events/OverflowEvent.cpp |
diff --git a/Source/core/events/OverflowEvent.cpp b/Source/core/events/OverflowEvent.cpp |
index 241947316e4b0dfe876a01102ad27527c52989f9..c958ce655e639c8b836f9e9f1bc773e1caf92c7c 100644 |
--- a/Source/core/events/OverflowEvent.cpp |
+++ b/Source/core/events/OverflowEvent.cpp |
@@ -73,7 +73,7 @@ OverflowEvent::OverflowEvent(const AtomicString& type, const OverflowEventInit& |
const AtomicString& OverflowEvent::interfaceName() const |
{ |
- return eventNames().interfaceForOverflowEvent; |
+ return EventNames::OverflowEvent; |
} |
void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow) |