Index: core/html/canvas/DataView.idl |
=================================================================== |
--- core/html/canvas/DataView.idl (revision 23517) |
+++ core/html/canvas/DataView.idl (working copy) |
@@ -24,6 +24,7 @@ |
*/ |
[ |
+ GlobalContext=WindowAndWorker, |
CustomConstructor(ArrayBuffer buffer, optional unsigned long byteOffset, optional unsigned long byteLength), |
CustomToV8 |
] interface DataView : ArrayBufferView { |