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

Unified Diff: client/html/htmlimpl.dart

Issue 9113039: Add constructors for Float32Array and friends. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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
« no previous file with comments | « client/html/html.dart ('k') | client/html/release/html.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/htmlimpl.dart
diff --git a/client/html/htmlimpl.dart b/client/html/htmlimpl.dart
index f8f04a2da4f09e55676301c0ef4ed80617750ded..e145d0bcccd76416c5a0972e8c67675c0c140a08 100644
--- a/client/html/htmlimpl.dart
+++ b/client/html/htmlimpl.dart
@@ -119,8 +119,6 @@
#source('generated/src/wrapping/_FileWriterSyncWrappingImplementation.dart');
#source('generated/src/wrapping/_FileWriterWrappingImplementation.dart');
#source('generated/src/wrapping/_FlagsWrappingImplementation.dart');
-#source('generated/src/wrapping/_Float32ArrayWrappingImplementation.dart');
-#source('generated/src/wrapping/_Float64ArrayWrappingImplementation.dart');
#source('generated/src/wrapping/_FontElementWrappingImplementation.dart');
#source('generated/src/wrapping/_FormElementWrappingImplementation.dart');
#source('generated/src/wrapping/_GeolocationWrappingImplementation.dart');
@@ -150,9 +148,6 @@
#source('generated/src/wrapping/_ImageDataWrappingImplementation.dart');
#source('generated/src/wrapping/_ImageElementWrappingImplementation.dart');
#source('generated/src/wrapping/_InputElementWrappingImplementation.dart');
-#source('generated/src/wrapping/_Int16ArrayWrappingImplementation.dart');
-#source('generated/src/wrapping/_Int32ArrayWrappingImplementation.dart');
-#source('generated/src/wrapping/_Int8ArrayWrappingImplementation.dart');
#source('generated/src/wrapping/_JavaScriptAudioNodeWrappingImplementation.dart');
#source('generated/src/wrapping/_KeygenElementWrappingImplementation.dart');
#source('generated/src/wrapping/_LIElementWrappingImplementation.dart');
@@ -381,9 +376,6 @@
#source('generated/src/wrapping/_TouchWrappingImplementation.dart');
#source('generated/src/wrapping/_TrackElementWrappingImplementation.dart');
#source('generated/src/wrapping/_UListElementWrappingImplementation.dart');
-#source('generated/src/wrapping/_Uint16ArrayWrappingImplementation.dart');
-#source('generated/src/wrapping/_Uint32ArrayWrappingImplementation.dart');
-#source('generated/src/wrapping/_Uint8ArrayWrappingImplementation.dart');
#source('generated/src/wrapping/_UnknownElementWrappingImplementation.dart');
#source('generated/src/wrapping/_ValidityStateWrappingImplementation.dart');
#source('generated/src/wrapping/_VideoElementWrappingImplementation.dart');
@@ -436,7 +428,12 @@
#source('src/EventSourceWrappingImplementation.dart');
#source('src/EventTargetWrappingImplementation.dart');
#source('src/EventWrappingImplementation.dart');
+#source('src/Float32ArrayWrappingImplementation.dart');
+#source('src/Float64ArrayWrappingImplementation.dart');
#source('src/HashChangeEventWrappingImplementation.dart');
+#source('src/Int16ArrayWrappingImplementation.dart');
+#source('src/Int32ArrayWrappingImplementation.dart');
+#source('src/Int8ArrayWrappingImplementation.dart');
#source('src/KeyboardEventWrappingImplementation.dart');
#source('src/LoseContextWrappingImplementation.dart');
#source('src/Measurement.dart');
@@ -462,6 +459,9 @@
#source('src/TouchEventWrappingImplementation.dart');
#source('src/TransitionEventWrappingImplementation.dart');
#source('src/UIEventWrappingImplementation.dart');
+#source('src/Uint16ArrayWrappingImplementation.dart');
+#source('src/Uint32ArrayWrappingImplementation.dart');
+#source('src/Uint8ArrayWrappingImplementation.dart');
#source('src/WebSocketWrappingImplementation.dart');
#source('src/WheelEventWrappingImplementation.dart');
#source('src/WindowWrappingImplementation.dart');
« no previous file with comments | « client/html/html.dart ('k') | client/html/release/html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698