| Index: Source/core/events/WebKitAnimationEvent.cpp
|
| diff --git a/Source/core/events/WebKitAnimationEvent.cpp b/Source/core/events/WebKitAnimationEvent.cpp
|
| index 52d42c54d60c8cc8be66892239cdf4e61a861e06..cefe08f766c4ce1753a632389fe12893c7eb99f0 100644
|
| --- a/Source/core/events/WebKitAnimationEvent.cpp
|
| +++ b/Source/core/events/WebKitAnimationEvent.cpp
|
| @@ -74,7 +74,7 @@ double WebKitAnimationEvent::elapsedTime() const
|
|
|
| const AtomicString& WebKitAnimationEvent::interfaceName() const
|
| {
|
| - return eventNames().interfaceForWebKitAnimationEvent;
|
| + return EventNames::WebKitAnimationEvent;
|
| }
|
|
|
| } // namespace WebCore
|
|
|