summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/WebGLArray.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/WebGLArray.idl')
-rw-r--r--WebCore/html/canvas/WebGLArray.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/canvas/WebGLArray.idl b/WebCore/html/canvas/WebGLArray.idl
index 156ca5b..02e1f51 100644
--- a/WebCore/html/canvas/WebGLArray.idl
+++ b/WebCore/html/canvas/WebGLArray.idl
@@ -24,7 +24,7 @@
*/
module html {
- interface [Conditional=3D_CANVAS, CustomToJS] WebGLArray {
+ interface [Conditional=3D_CANVAS, CustomToJS, OmitConstructor] WebGLArray {
readonly attribute WebGLArrayBuffer buffer;
readonly attribute unsigned long byteOffset;
readonly attribute unsigned long byteLength;