Index: core/dom/Float32Array.idl |
diff --git a/core/dom/Iterator.idl b/core/dom/Float32Array.idl |
similarity index 55% |
copy from core/dom/Iterator.idl |
copy to core/dom/Float32Array.idl |
index 87027c5bdac9d26ac0404df9ed40c057f021eb1b..a0f1e1a23a8d1fedd3587078603a85d1df4e0799 100644 |
--- a/core/dom/Iterator.idl |
+++ b/core/dom/Float32Array.idl |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// https://www.khronos.org/registry/typedarray/specs/latest/#TYPEDARRAYS |
+ |
[ |
- Iterable, |
- GarbageCollected, |
+ ImplementedAs=DOMFloat32Array, |
NoInterfaceObject, |
-] interface Iterator { |
- [CallWith=ScriptState, RaisesException] any next(optional any value); |
+] interface Float32Array : ArrayBufferView { |
}; |