diff options
Diffstat (limited to 'WebCore/html/canvas/Int8Array.idl')
-rw-r--r-- | WebCore/html/canvas/Int8Array.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/html/canvas/Int8Array.idl b/WebCore/html/canvas/Int8Array.idl index 43c83f5..4dba9e4 100644 --- a/WebCore/html/canvas/Int8Array.idl +++ b/WebCore/html/canvas/Int8Array.idl @@ -33,7 +33,8 @@ module html { HasNumericIndexGetter, HasCustomIndexSetter, GenerateNativeConverter, - CustomToJS + CustomToJS, + DontCheckEnums ] Int8Array : ArrayBufferView { const unsigned int BYTES_PER_ELEMENT = 1; |