| Index: Source/core/events/ErrorEvent.cpp
|
| diff --git a/Source/core/events/ErrorEvent.cpp b/Source/core/events/ErrorEvent.cpp
|
| index bb250fe7a311743bceca04660955b1493156ce21..0bd32f4e9e2d3419866a48a96e4b60e0f07e2f5f 100644
|
| --- a/Source/core/events/ErrorEvent.cpp
|
| +++ b/Source/core/events/ErrorEvent.cpp
|
| @@ -82,7 +82,7 @@ ErrorEvent::~ErrorEvent()
|
|
|
| const AtomicString& ErrorEvent::interfaceName() const
|
| {
|
| - return eventNames().interfaceForErrorEvent;
|
| + return EventNames::ErrorEvent;
|
| }
|
|
|
| } // namespace WebCore
|
|
|