Index: Source/core/events/UIEvent.cpp |
diff --git a/Source/core/events/UIEvent.cpp b/Source/core/events/UIEvent.cpp |
index cd3ecd84f80e3cd13cc5bf47bb742222086ad64c..0ca537f0145edb8dba7f5b0f608aca903d156fab 100644 |
--- a/Source/core/events/UIEvent.cpp |
+++ b/Source/core/events/UIEvent.cpp |
@@ -77,7 +77,7 @@ bool UIEvent::isUIEvent() const |
const AtomicString& UIEvent::interfaceName() const |
{ |
- return eventNames().interfaceForUIEvent; |
+ return EventNames::UIEvent; |
} |
int UIEvent::keyCode() const |