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

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

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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/ArrayBuffer.idl
diff --git a/third_party/WebCore/html/canvas/ArrayBuffer.idl b/third_party/WebCore/html/canvas/ArrayBuffer.idl
index 26dd341bbd467f5916030a2cccdbac21f544ce86..6e7663dbab6bc07839dfe002ad2418cdac5866f7 100644
--- a/third_party/WebCore/html/canvas/ArrayBuffer.idl
+++ b/third_party/WebCore/html/canvas/ArrayBuffer.idl
@@ -31,7 +31,7 @@ module html {
ConstructorParameters=1,
JSNoStaticTables
] ArrayBuffer {
- readonly attribute int byteLength;
+ readonly attribute unsigned long byteLength;
ArrayBuffer slice(in long begin, in [Optional] long end);
};
« no previous file with comments | « third_party/WebCore/html/MicroDataItemValue.idl ('k') | third_party/WebCore/html/canvas/WebGLActiveInfo.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698