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

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

Issue 8885004: Revert "Implement typed array constructors." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
« no previous file with comments | « client/dom/generated/wrapping_dom.js ('k') | client/dom/scripts/dartgenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/idl/dart/dart.idl
diff --git a/client/dom/idl/dart/dart.idl b/client/dom/idl/dart/dart.idl
index bf3fa683f3901463f5a27269ccfcbe76f08ff19f..94c61a74aa274d64f0a9d23fe16a7c45158d0919 100644
--- a/client/dom/idl/dart/dart.idl
+++ b/client/dom/idl/dart/dart.idl
@@ -9,15 +9,6 @@ module default {
StyleSheetList implements sequence<StyleSheet>;
TouchList implements sequence<Touch>;
CanvasPixelArray implements sequence<int>;
-
- Float32Array implements sequence<double>;
- Float64Array implements sequence<double>;
- Int8Array implements sequence<int>;
- Int16Array implements sequence<int>;
- Int32Array implements sequence<int>;
- Uint8Array implements sequence<int>;
- Uint16Array implements sequence<int>;
- Uint32Array implements sequence<int>;
}
module dom {
« no previous file with comments | « client/dom/generated/wrapping_dom.js ('k') | client/dom/scripts/dartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698