Index: runtime/vm/bootstrap_natives.h |
=================================================================== |
--- runtime/vm/bootstrap_natives.h (revision 5367) |
+++ runtime/vm/bootstrap_natives.h (working copy) |
@@ -148,6 +148,8 @@ |
V(ExternalByteArray_setFloat32, 3) \ |
V(ExternalByteArray_getFloat64, 2) \ |
V(ExternalByteArray_setFloat64, 3) \ |
+ V(isolate_getPortInternal, 0) \ |
+ V(isolate_spawnFunction, 1) \ |
BOOTSTRAP_NATIVE_LIST(DECLARE_NATIVE_ENTRY) |