Index: Source/core/events/TextEvent.cpp |
diff --git a/Source/core/events/TextEvent.cpp b/Source/core/events/TextEvent.cpp |
index f226db8806f58e67b06879b0b18d9b7dd5929096..6fd742b70066eb390797746845f9e07eb74f539c 100644 |
--- a/Source/core/events/TextEvent.cpp |
+++ b/Source/core/events/TextEvent.cpp |
@@ -104,7 +104,7 @@ void TextEvent::initTextEvent(const AtomicString& type, bool canBubble, bool can |
const AtomicString& TextEvent::interfaceName() const |
{ |
- return eventNames().interfaceForTextEvent; |
+ return EventNames::TextEvent; |
} |
} // namespace WebCore |