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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 27215002: Very simple version of Isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More comments. Created 7 years, 2 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: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index acf46d31d4dbbc832d89ffdd48c27dec6916b786..b6da2965e36b79ee786a676675a56e13034b65fd 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -249,7 +249,7 @@ namespace dart {
V(Uint32x4_setFlagW, 2) \
V(Uint32x4_select, 3) \
V(isolate_getPortInternal, 0) \
- V(isolate_spawnFunction, 2) \
+ V(isolate_spawnFunction, 1) \
V(isolate_spawnUri, 1) \
V(Mirrors_isLocalPort, 1) \
V(Mirrors_makeLocalClassMirror, 1) \

Powered by Google App Engine
This is Rietveld 408576698