Chromium Code Reviews| Index: Source/core/html/MediaError.h |
| diff --git a/Source/core/html/MediaError.h b/Source/core/html/MediaError.h |
| index 6da91ac6405c63a107566b5182855f5c1fb7562f..5038f349face1f6ff461abc0b28584d686bdae9a 100644 |
| --- a/Source/core/html/MediaError.h |
| +++ b/Source/core/html/MediaError.h |
| @@ -40,7 +40,6 @@ public: |
| MEDIA_ERR_NETWORK, |
| MEDIA_ERR_DECODE, |
| MEDIA_ERR_SRC_NOT_SUPPORTED, |
| - MEDIA_ERR_ENCRYPTED |
| }; |
| static PassRefPtrWillBeRawPtr<MediaError> create(Code code) |