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

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

Issue 11574030: Revert r16155: unit tests of the dart2js compiler fail. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tests/isolate/isolate2_negative_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
===================================================================
--- sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate (revision 16155)
+++ sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate (working copy)
@@ -70,4 +70,5 @@
return JS('var', r'ReceivePortSync.dispatchCall(#, #)', id, message);
}
-spawnDomFunction(f) => IsolateNatives.spawnDomFunction(f);
+// TODO(vsm): Plumb this properly.
+spawnDomFunction(f) => spawnFunction(f);
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tests/isolate/isolate2_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698