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