Index: core/html/canvas/DataView.idl |
diff --git a/core/html/canvas/DataView.idl b/core/html/canvas/DataView.idl |
index 5847f9c1d37d4640ad17ea17ba7235d7f3f5c5c6..a9b9facac3ea3cd4c96fe71a3c2da2b5f6b23315 100644 |
--- a/core/html/canvas/DataView.idl |
+++ b/core/html/canvas/DataView.idl |
@@ -24,9 +24,9 @@ |
*/ |
[ |
- GlobalContext=Window&WorkerGlobalScope, |
+ Custom=Wrap, |
CustomConstructor(ArrayBuffer buffer, optional unsigned long byteOffset, optional unsigned long byteLength), |
- CustomToV8 |
+ GlobalContext=Window&WorkerGlobalScope, |
] interface DataView : ArrayBufferView { |
// All these methods raise an exception if they would read or write beyond the end of the view. |