summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/Int16Array.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/Int16Array.idl')
-rw-r--r--WebCore/html/canvas/Int16Array.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/html/canvas/Int16Array.idl b/WebCore/html/canvas/Int16Array.idl
index 095611b..02417f8 100644
--- a/WebCore/html/canvas/Int16Array.idl
+++ b/WebCore/html/canvas/Int16Array.idl
@@ -32,7 +32,8 @@ module html {
HasNumericIndexGetter,
HasCustomIndexSetter,
GenerateNativeConverter,
- CustomToJS
+ CustomToJS,
+ DontCheckEnums
] Int16Array : ArrayBufferView {
const unsigned int BYTES_PER_ELEMENT = 2;