Index: Source/core/html/HTMLTrackElement.cpp |
diff --git a/Source/core/html/HTMLTrackElement.cpp b/Source/core/html/HTMLTrackElement.cpp |
index ecb438816db26c924228c7b2cb7a068a78f36f8e..cae1523fe83fd387391f0a524fb3b05a9049c77d 100644 |
--- a/Source/core/html/HTMLTrackElement.cpp |
+++ b/Source/core/html/HTMLTrackElement.cpp |
@@ -26,11 +26,11 @@ |
#include "config.h" |
#include "HTMLTrackElement.h" |
-#include "Event.h" |
#include "HTMLMediaElement.h" |
#include "HTMLNames.h" |
#include "ScriptCallStack.h" |
#include "ScriptEventListener.h" |
+#include "core/dom/Event.h" |
#include "core/page/ContentSecurityPolicy.h" |
#include "core/page/RuntimeEnabledFeatures.h" |
#include "core/platform/Logging.h" |