Index: Source/core/dom/DataView.idl |
diff --git a/Source/core/html/canvas/DataView.idl b/Source/core/dom/DataView.idl |
similarity index 96% |
rename from Source/core/html/canvas/DataView.idl |
rename to Source/core/dom/DataView.idl |
index 9744bdae8f3f01d738c369c3f4dd38df635737ee..3bb91a79f6cda8110e4d087ea721ec307646ad76 100644 |
--- a/Source/core/html/canvas/DataView.idl |
+++ b/Source/core/dom/DataView.idl |
@@ -24,9 +24,8 @@ |
*/ |
[ |
- Custom=Wrap, |
- CustomConstructor(ArrayBuffer buffer, optional unsigned long byteOffset, optional unsigned long byteLength), |
Exposed=(Window,Worker), |
+ ImplementedAs=DOMDataView, |
TypeChecking=Interface, |
] interface DataView : ArrayBufferView { |
// All these methods raise an exception if they would read or write beyond the end of the view. |