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