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

Unified Diff: third_party/WebCore/html/canvas/Uint8ClampedArray.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
Index: third_party/WebCore/html/canvas/Uint8ClampedArray.idl
diff --git a/third_party/WebCore/html/canvas/Uint8ClampedArray.idl b/third_party/WebCore/html/canvas/Uint8ClampedArray.idl
index 6c3587a30e9f8000d38671635cfadeed9267a5bf..cadd663646b933bd81971b25d3003aa6fc4b2412 100644
--- a/third_party/WebCore/html/canvas/Uint8ClampedArray.idl
+++ b/third_party/WebCore/html/canvas/Uint8ClampedArray.idl
@@ -35,7 +35,7 @@ module html {
CustomToJSObject,
DoNotCheckConstants
] Uint8ClampedArray : Uint8Array {
- const unsigned int BYTES_PER_ELEMENT = 1;
+ const unsigned long BYTES_PER_ELEMENT = 1;
readonly attribute unsigned long length;
Uint8ClampedArray subarray(in [Optional=DefaultIsUndefined] long start, in [Optional] long end);
« no previous file with comments | « third_party/WebCore/html/canvas/Uint8Array.idl ('k') | third_party/WebCore/html/canvas/WebGLRenderingContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698