Index: Source/core/html/MediaKeyError.h |
diff --git a/Source/core/html/MediaKeyError.h b/Source/core/html/MediaKeyError.h |
index 49e3843e328b390878e65e12c11e0695d9718d82..4db0719507e90ee92423e78e830721f8cfd3f4e4 100644 |
--- a/Source/core/html/MediaKeyError.h |
+++ b/Source/core/html/MediaKeyError.h |
@@ -26,8 +26,6 @@ |
#ifndef MediaKeyError_h |
#define MediaKeyError_h |
-#if ENABLE(ENCRYPTED_MEDIA) || ENABLE(ENCRYPTED_MEDIA_V2) |
- |
#include <wtf/PassRefPtr.h> |
#include <wtf/RefCounted.h> |
@@ -60,4 +58,3 @@ private: |
} // namespace WebCore |
#endif |
-#endif |