| Index: Source/core/events/CustomEvent.cpp
|
| diff --git a/Source/core/events/CustomEvent.cpp b/Source/core/events/CustomEvent.cpp
|
| index 215b2ead630aa8872ff0b1984e0d75781d833e47..ea3ac91b9e360e01ba47984db587b04fa92f8f28 100644
|
| --- a/Source/core/events/CustomEvent.cpp
|
| +++ b/Source/core/events/CustomEvent.cpp
|
| @@ -58,7 +58,7 @@ void CustomEvent::initCustomEvent(const AtomicString& type, bool canBubble, bool
|
|
|
| const AtomicString& CustomEvent::interfaceName() const
|
| {
|
| - return eventNames().interfaceForCustomEvent;
|
| + return EventNames::CustomEvent;
|
| }
|
|
|
| } // namespace WebCore
|
|
|