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..7332c719208db3a20831882343aa1161ad3f8f46 100644 |
--- a/Source/core/html/canvas/DataView.idl |
+++ b/Source/core/dom/DataView.idl |
@@ -23,10 +23,11 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// https://www.khronos.org/registry/typedarray/specs/latest/#DATAVIEW |
+ |
[ |
- 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. |