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

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

Issue 9987001: Roll IDL forward to multivm@358 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Roll to 358 Created 8 years, 8 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 0d4fb827254e8be21d8679f349c0ee50e8a8c177..00faa4fc38c9c6e9810496560579516a8540bd70 100644
--- a/third_party/WebCore/html/canvas/Int8Array.idl
+++ b/third_party/WebCore/html/canvas/Int8Array.idl
@@ -35,7 +35,7 @@ module html {
CustomToJSObject,
DoNotCheckConstants
] Int8Array : ArrayBufferView {
- const unsigned int BYTES_PER_ELEMENT = 1;
+ const unsigned long BYTES_PER_ELEMENT = 1;
readonly attribute unsigned long length;
Int8Array subarray(in [Optional=DefaultIsUndefined] long start,
« 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