Index: core/dom/Uint16Array.idl |
diff --git a/core/dom/Iterator.idl b/core/dom/Uint16Array.idl |
similarity index 56% |
copy from core/dom/Iterator.idl |
copy to core/dom/Uint16Array.idl |
index 87027c5bdac9d26ac0404df9ed40c057f021eb1b..c494d06f951526670c146d5d19b42e6af2e5054d 100644 |
--- a/core/dom/Iterator.idl |
+++ b/core/dom/Uint16Array.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=DOMUint16Array, |
NoInterfaceObject, |
-] interface Iterator { |
- [CallWith=ScriptState, RaisesException] any next(optional any value); |
+] interface Uint16Array : ArrayBufferView { |
}; |