Index: Source/core/html/MediaKeyEvent.h |
diff --git a/Source/core/html/MediaKeyEvent.h b/Source/core/html/MediaKeyEvent.h |
index cab4eef8d3c044aadb4e00b8731327aec29c11c4..55bb87ff5dd42050ea89db4b50755835e5038c9a 100644 |
--- a/Source/core/html/MediaKeyEvent.h |
+++ b/Source/core/html/MediaKeyEvent.h |
@@ -26,8 +26,6 @@ |
#ifndef MediaKeyEvent_h |
#define MediaKeyEvent_h |
-#if ENABLE(ENCRYPTED_MEDIA) |
- |
#include "core/dom/Event.h" |
#include "core/html/MediaKeyError.h" |
@@ -85,4 +83,3 @@ private: |
} // namespace WebCore |
#endif |
-#endif |