summaryrefslogtreecommitdiffstats
path: root/WebCore/html/MediaError.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/MediaError.idl')
-rw-r--r--WebCore/html/MediaError.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/MediaError.idl b/WebCore/html/MediaError.idl
index 5b4f0a2..162170f 100644
--- a/WebCore/html/MediaError.idl
+++ b/WebCore/html/MediaError.idl
@@ -28,6 +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;
readonly attribute unsigned short code;
};
}