Index: Source/core/html/MediaError.h |
diff --git a/Source/core/html/MediaError.h b/Source/core/html/MediaError.h |
index 63ed525d16abc5c1ffd2f99905edd830dff4b669..31789bad31de72eaa5d8e83eb76bb7c925e35dca 100644 |
--- a/Source/core/html/MediaError.h |
+++ b/Source/core/html/MediaError.h |
@@ -37,10 +37,8 @@ public: |
MEDIA_ERR_ABORTED = 1, |
MEDIA_ERR_NETWORK, |
MEDIA_ERR_DECODE, |
- MEDIA_ERR_SRC_NOT_SUPPORTED |
-#if ENABLE(ENCRYPTED_MEDIA) || ENABLE(ENCRYPTED_MEDIA_V2) |
- , MEDIA_ERR_ENCRYPTED |
-#endif |
+ MEDIA_ERR_SRC_NOT_SUPPORTED, |
+ MEDIA_ERR_ENCRYPTED |
}; |
static PassRefPtr<MediaError> create(Code code) { return adoptRef(new MediaError(code)); } |