Index: Source/core/html/MediaController.cpp |
diff --git a/Source/core/html/MediaController.cpp b/Source/core/html/MediaController.cpp |
index d19dd0b497a0283ff7ccba4d8b4af302e2d2366f..5d26a40eb9a002ca6f6c872ea2684e60861c2420 100644 |
--- a/Source/core/html/MediaController.cpp |
+++ b/Source/core/html/MediaController.cpp |
@@ -629,7 +629,7 @@ bool MediaController::hasCurrentSrc() const |
const AtomicString& MediaController::interfaceName() const |
{ |
- return eventNames().interfaceForMediaController; |
+ return EventTargetNames::MediaController; |
} |
// The spec says to fire periodic timeupdate events (those sent while playing) every |