diff options
Diffstat (limited to 'WebCore/html/MediaError.idl')
-rw-r--r-- | WebCore/html/MediaError.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/MediaError.idl b/WebCore/html/MediaError.idl index 162170f..4dcea7d 100644 --- a/WebCore/html/MediaError.idl +++ b/WebCore/html/MediaError.idl @@ -28,7 +28,7 @@ module html { const unsigned short MEDIA_ERR_ABORTED = 1; const unsigned short MEDIA_ERR_NETWORK = 2; const unsigned short MEDIA_ERR_DECODE = 3; - const unsigned short MEDIA_ERR_NONE_SUPPORTED = 4; + const unsigned short MEDIA_ERR_SRC_NOT_SUPPORTED = 4; readonly attribute unsigned short code; }; } |