| Index: Source/core/events/Event.cpp
|
| diff --git a/Source/core/events/Event.cpp b/Source/core/events/Event.cpp
|
| index 45f3fa02ff6127deb47cc2a6e92695c35ccf0e6c..7fbd04f39669b6ded513c0bbd4bf83d29e2d5116 100644
|
| --- a/Source/core/events/Event.cpp
|
| +++ b/Source/core/events/Event.cpp
|
| @@ -105,7 +105,7 @@ void Event::initEvent(const AtomicString& eventTypeArg, bool canBubbleArg, bool
|
|
|
| const AtomicString& Event::interfaceName() const
|
| {
|
| - return eventNames().interfaceForEvent;
|
| + return EventNames::Event;
|
| }
|
|
|
| bool Event::hasInterface(const AtomicString& name) const
|
|
|