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

Unified Diff: dart/tools/dom/templates/html/dartium/html_dartium.darttemplate

Issue 56933002: Version 0.8.10.1 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « dart/tools/dom/scripts/systemhtml.py ('k') | dart/tools/dom/templates/html/impl/impl_Comment.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/dom/templates/html/dartium/html_dartium.darttemplate
===================================================================
--- dart/tools/dom/templates/html/dartium/html_dartium.darttemplate (revision 29785)
+++ dart/tools/dom/templates/html/dartium/html_dartium.darttemplate (working copy)
@@ -54,6 +54,8 @@
$!GENERATED_DART_FILES
+// Issue 14721, order important for WrappedEvent.
+part '$AUXILIARY_DIR/WrappedEvent.dart';
part '$AUXILIARY_DIR/AttributeMap.dart';
part '$AUXILIARY_DIR/CanvasImageSource.dart';
part '$AUXILIARY_DIR/CrossFrameTypes.dart';
@@ -73,7 +75,6 @@
part '$AUXILIARY_DIR/ReadyState.dart';
part '$AUXILIARY_DIR/Serialization.dart';
part '$AUXILIARY_DIR/Validators.dart';
-part '$AUXILIARY_DIR/WrappedEvent.dart';
part '$AUXILIARY_DIR/WrappedList.dart';
part '$AUXILIARY_DIR/_HttpRequestUtils.dart';
part '$AUXILIARY_DIR/_ListIterators.dart';
« no previous file with comments | « dart/tools/dom/scripts/systemhtml.py ('k') | dart/tools/dom/templates/html/impl/impl_Comment.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698