Index: Source/core/html/MediaKeyEvent.cpp |
diff --git a/Source/core/html/MediaKeyEvent.cpp b/Source/core/html/MediaKeyEvent.cpp |
index a420128e59ac8819dbd98c9e98cbad97b27daded..4b6af83ffd17e6083876a8bfe170c659aa06e35e 100644 |
--- a/Source/core/html/MediaKeyEvent.cpp |
+++ b/Source/core/html/MediaKeyEvent.cpp |
@@ -25,8 +25,6 @@ |
#include "config.h" |
-#if ENABLE(ENCRYPTED_MEDIA) |
- |
#include "core/html/MediaKeyEvent.h" |
#include "core/dom/EventNames.h" |
@@ -67,5 +65,3 @@ const AtomicString& MediaKeyEvent::interfaceName() const |
} |
} // namespace WebCore |
- |
-#endif |