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

Unified Diff: runtime/lib/isolate.dart

Issue 10332257: Revert my last change. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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 | « runtime/lib/isolate.cc ('k') | runtime/vm/benchmark_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/isolate.dart
===================================================================
--- runtime/lib/isolate.dart (revision 7756)
+++ runtime/lib/isolate.dart (working copy)
@@ -143,4 +143,7 @@
_spawnFunction(void topLevelFunction()) native "isolate_spawnFunction";
-_spawnUri(String uri) native "isolate_spawnUri";
+// TODO(sigmund,turnidge): implement
+SendPort _spawnUri(String uri) {
+ throw new NotImplementedException();
+}
« no previous file with comments | « runtime/lib/isolate.cc ('k') | runtime/vm/benchmark_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698