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

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: Revert generated files for html lib 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 def76c9c0185c95adb78d29dd51847a2ca847504..ff323a66267279360e75c9e98ae78888db232c8e 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -201,11 +201,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