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

Unified Diff: third_party/WebCore/html/canvas/Uint32Array.idl

Issue 10825350: Roll IDL to multivm@762 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « third_party/WebCore/html/canvas/Uint16Array.idl ('k') | third_party/WebCore/html/canvas/Uint8Array.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/canvas/Uint32Array.idl
diff --git a/third_party/WebCore/html/canvas/Uint32Array.idl b/third_party/WebCore/html/canvas/Uint32Array.idl
index 67e61b29fd8e9dcd19056852a979986d7fa9516c..65c44bef9496f32f42fef4bd26f128d80849d728 100644
--- a/third_party/WebCore/html/canvas/Uint32Array.idl
+++ b/third_party/WebCore/html/canvas/Uint32Array.idl
@@ -26,14 +26,15 @@
module html {
interface [
- CustomConstructor,
+ ConstructorTemplate=TypedArray,
ConstructorParameters=1,
NumericIndexedGetter,
CustomIndexedSetter,
JSGenerateToNativeObject,
JSNoStaticTables,
CustomToJSObject,
- DoNotCheckConstants
+ DoNotCheckConstants,
+ TypedArray=unsigned int
] Uint32Array : ArrayBufferView {
const unsigned long BYTES_PER_ELEMENT = 4;
@@ -42,6 +43,6 @@ module html {
// void set(in Uint32Array array, [Optional] in unsigned long offset);
// void set(in sequence<long> array, [Optional] in unsigned long offset);
- [Custom] void set();
+ void set();
};
}
« no previous file with comments | « third_party/WebCore/html/canvas/Uint16Array.idl ('k') | third_party/WebCore/html/canvas/Uint8Array.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698