Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(794)

Unified Diff: Source/core/dom/Uint8ClampedArray.idl

Issue 606653006: bindings: Adds DOMArrayBuffer, etc. as thin wrappers for ArrayBuffer, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Uint8Array.idl ('k') | Source/core/events/MessageEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
};
« no previous file with comments | « Source/core/dom/Uint8Array.idl ('k') | Source/core/events/MessageEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698