summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/WebGLUnsignedIntArray.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/WebGLUnsignedIntArray.idl')
-rw-r--r--WebCore/html/canvas/WebGLUnsignedIntArray.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/canvas/WebGLUnsignedIntArray.idl b/WebCore/html/canvas/WebGLUnsignedIntArray.idl
index 8697e70..75ff598 100644
--- a/WebCore/html/canvas/WebGLUnsignedIntArray.idl
+++ b/WebCore/html/canvas/WebGLUnsignedIntArray.idl
@@ -27,13 +27,13 @@
module html {
interface [
Conditional=3D_CANVAS,
+ CustomConstructor,
HasNumericIndexGetter,
HasCustomIndexSetter,
GenerateNativeConverter,
- GenerateCustomConstructor,
CustomToJS
] WebGLUnsignedIntArray : WebGLArray {
- long get(in unsigned long index);
+ unsigned long get(in unsigned long index);
// void set(in unsigned long index, in long value);
// void set(in WebGLUnsignedIntArray array, [Optional] in unsigned long offset);
// void set(in sequence<long> array, [Optional] in unsigned long offset);