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

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

Issue 14367012: Move to new dart:typeddata types for dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index f5a21b99d525303164e8fa39d83913b8a59dc5ce..6c4e46ea99f29b0b1f569623401cce8de0905823 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -202,11 +202,7 @@ interface Uint8ClampedArray {
[DartName=setElements, Custom] void set(in any array, [Optional] in unsigned long offset);
};
-[Supplemental,
- Constructor(in ArrayBuffer buffer,
- [Optional] in unsigned long byteOffset,
- [Optional] in unsigned long byteLength)
- ]
+[Supplemental]
interface DataView {
// Undo this:
// We have to use custom code because our code generator does not support int8_t type.

Powered by Google App Engine
This is Rietveld 408576698