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

Unified Diff: lib/dom/templates/html/dart2js/html_dart2js.darttemplate

Issue 10828411: Re-apply 'Unify dart:isolate.' with fixes for autogenerated dart2js and dartium html files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased and fixed an error. Created 8 years, 4 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: lib/dom/templates/html/dart2js/html_dart2js.darttemplate
diff --git a/lib/dom/templates/html/dart2js/html_dart2js.darttemplate b/lib/dom/templates/html/dart2js/html_dart2js.darttemplate
index 7648d0eba83651b2c01c47aecb0cec7d68da3871..0077064967e823db950e07c60180d108282b94c9 100644
--- a/lib/dom/templates/html/dart2js/html_dart2js.darttemplate
+++ b/lib/dom/templates/html/dart2js/html_dart2js.darttemplate
@@ -31,7 +31,7 @@ $!GENERATED_DART_FILES
#source('../../html/src/Device.dart');
#source('../../dom/src/_ListIterators.dart');
#source('../../dom/src/_Lists.dart');
-#source('../../isolate/serialization.dart');
+#source("../../js_isolate_impl/isolate.dart");
Anton Muhin 2012/08/21 17:30:45 nit: please, use single quotes for consistency.
Anders Johnsen 2012/08/21 18:41:18 Done.
Window get window() native "return window;";

Powered by Google App Engine
This is Rietveld 408576698