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