summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/Int32Array.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/Int32Array.idl')
-rw-r--r--WebCore/html/canvas/Int32Array.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/html/canvas/Int32Array.idl b/WebCore/html/canvas/Int32Array.idl
index 6977d00..bd1554d 100644
--- a/WebCore/html/canvas/Int32Array.idl
+++ b/WebCore/html/canvas/Int32Array.idl
@@ -26,13 +26,14 @@
module html {
interface [
- Conditional=3D_CANVAS,
+ Conditional=3D_CANVAS|BLOB,
CanBeConstructed,
CustomConstructFunction,
V8CustomConstructor,
HasNumericIndexGetter,
HasCustomIndexSetter,
GenerateNativeConverter,
+ NoStaticTables,
CustomToJS,
DontCheckEnums
] Int32Array : ArrayBufferView {