Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index b606d39d452ea7c3bd2ff61ef63c82be5919e211..2f65c7161dcbc7e0595476ecbfb02d63c23fbda4 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -294,6 +294,7 @@ namespace dart { |
V(Int32x4_select, 3) \ |
V(Isolate_spawnFunction, 3) \ |
V(Isolate_spawnUri, 5) \ |
+ V(Isolate_getPortAndCapabilitiesOfCurrentIsolate, 0) \ |
V(Isolate_sendOOB, 2) \ |
V(Mirrors_evalInLibraryWithPrivateKey, 2) \ |
V(Mirrors_makeLocalClassMirror, 1) \ |