Index: Source/core/html/MediaKeyEvent.cpp |
diff --git a/Source/core/html/MediaKeyEvent.cpp b/Source/core/html/MediaKeyEvent.cpp |
index 02a83cda410f6687026022ddb124dc2b013d4ab0..38f02b701bd4b97c6b5d51666b741c6ec51193eb 100644 |
--- a/Source/core/html/MediaKeyEvent.cpp |
+++ b/Source/core/html/MediaKeyEvent.cpp |
@@ -60,7 +60,7 @@ MediaKeyEvent::~MediaKeyEvent() |
const AtomicString& MediaKeyEvent::interfaceName() const |
{ |
- return eventNames().interfaceForMediaKeyEvent; |
+ return EventNames::MediaKeyEvent; |
} |
} // namespace WebCore |