| Index: Source/core/events/BeforeTextInsertedEvent.cpp
|
| diff --git a/Source/core/events/BeforeTextInsertedEvent.cpp b/Source/core/events/BeforeTextInsertedEvent.cpp
|
| index f4a445bc8e2f16348ba6dd2478dba5e4adf914db..fc0ed37f5d15b7b748f0afc4fe6cfee5fa1de4c4 100644
|
| --- a/Source/core/events/BeforeTextInsertedEvent.cpp
|
| +++ b/Source/core/events/BeforeTextInsertedEvent.cpp
|
| @@ -42,7 +42,7 @@ BeforeTextInsertedEvent::~BeforeTextInsertedEvent()
|
| const AtomicString& BeforeTextInsertedEvent::interfaceName() const
|
| {
|
| // Notice that there is no BeforeTextInsertedEvent.idl.
|
| - return eventNames().interfaceForEvent;
|
| + return EventNames::Event;
|
| }
|
|
|
| }
|
|
|