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

Unified Diff: third_party/WebCore/html/canvas/Int8Array.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/Int32Array.idl ('k') | third_party/WebCore/html/canvas/Uint16Array.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/canvas/Int8Array.idl
diff --git a/third_party/WebCore/html/canvas/Int8Array.idl b/third_party/WebCore/html/canvas/Int8Array.idl
index 00faa4fc38c9c6e9810496560579516a8540bd70..10cf12003e2700fa07516c8f39eda8f596419bb7 100644
--- a/third_party/WebCore/html/canvas/Int8Array.idl
+++ b/third_party/WebCore/html/canvas/Int8Array.idl
@@ -26,14 +26,15 @@
module html {
interface [
- CustomConstructor,
+ ConstructorTemplate=TypedArray,
ConstructorParameters=1,
NumericIndexedGetter,
CustomIndexedSetter,
JSGenerateToNativeObject,
JSNoStaticTables,
CustomToJSObject,
- DoNotCheckConstants
+ DoNotCheckConstants,
+ TypedArray=signed char
] Int8Array : ArrayBufferView {
const unsigned long BYTES_PER_ELEMENT = 1;
@@ -43,6 +44,6 @@ module html {
// void set(in Int8Array 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/Int32Array.idl ('k') | third_party/WebCore/html/canvas/Uint16Array.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698