summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/Int8Array.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/Int8Array.idl')
-rw-r--r--WebCore/html/canvas/Int8Array.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/WebCore/html/canvas/Int8Array.idl b/WebCore/html/canvas/Int8Array.idl
index 9aefd34..43c83f5 100644
--- a/WebCore/html/canvas/Int8Array.idl
+++ b/WebCore/html/canvas/Int8Array.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Apple Inc. All rights reserved.
+ * Copyright (C) 2009, 2010 Apple Inc. All rights reserved.
* Copyright (C) 2009 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -27,10 +27,12 @@
module html {
interface [
Conditional=3D_CANVAS,
+ CanBeConstructed,
+ CustomConstructFunction,
+ V8CustomConstructor,
HasNumericIndexGetter,
HasCustomIndexSetter,
GenerateNativeConverter,
- CustomConstructor,
CustomToJS
] Int8Array : ArrayBufferView {
const unsigned int BYTES_PER_ELEMENT = 1;