| Index: Source/core/events/PageTransitionEvent.cpp
|
| diff --git a/Source/core/events/PageTransitionEvent.cpp b/Source/core/events/PageTransitionEvent.cpp
|
| index cf3213e5b7cd6afa84b0cb8cbf7bd937d8150ad4..a1878c468c5f840b3f92801257c2cb57895c0a55 100644
|
| --- a/Source/core/events/PageTransitionEvent.cpp
|
| +++ b/Source/core/events/PageTransitionEvent.cpp
|
| @@ -61,7 +61,7 @@ PageTransitionEvent::~PageTransitionEvent()
|
|
|
| const AtomicString& PageTransitionEvent::interfaceName() const
|
| {
|
| - return eventNames().interfaceForPageTransitionEvent;
|
| + return EventNames::PageTransitionEvent;
|
| }
|
|
|
| } // namespace WebCore
|
|
|