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