| Index: Source/core/html/track/TrackEvent.cpp
|
| diff --git a/Source/core/html/track/TrackEvent.cpp b/Source/core/html/track/TrackEvent.cpp
|
| index f0eee9ae427510e08e1a3fd52665f479e8135542..39d70bd19615ec51b0138b7768525d1e8736aeb9 100644
|
| --- a/Source/core/html/track/TrackEvent.cpp
|
| +++ b/Source/core/html/track/TrackEvent.cpp
|
| @@ -54,7 +54,7 @@ TrackEvent::~TrackEvent()
|
|
|
| const AtomicString& TrackEvent::interfaceName() const
|
| {
|
| - return eventNames().interfaceForTrackEvent;
|
| + return EventNames::TrackEvent;
|
| }
|
|
|
| } // namespace WebCore
|
|
|