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

Unified Diff: lib/dom/idl/dart/dart.idl

Issue 10780029: ArrayBuffer constructor (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: lib/dom/idl/dart/dart.idl
diff --git a/lib/dom/idl/dart/dart.idl b/lib/dom/idl/dart/dart.idl
index 2cc6d1c2b25e9b464a31bf818f96b0890f5cf49f..326bc1519204e220e24778d9f9b44f247c519946 100644
--- a/lib/dom/idl/dart/dart.idl
+++ b/lib/dom/idl/dart/dart.idl
@@ -141,7 +141,10 @@ module html {
module canvas {
- // TODO(dstockwell): Define these manually.
+ [Supplemental,
+ Constructor(in long length)] // Add constructor signature.
+ interface ArrayBuffer {
+ };
[Supplemental]
interface Float32Array {
[Suppressed] void set();

Powered by Google App Engine
This is Rietveld 408576698