Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index b114062e9e08c8b1dd6386aedb8ddc9593767596..0c8facad38ab49ec72c24cdcfa7c127f2caf4f83 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -284,6 +284,7 @@ namespace dart { |
V(Isolate_mainPort, 0) \ |
V(Isolate_spawnFunction, 1) \ |
V(Isolate_spawnUri, 1) \ |
+ V(Mirrors_evalInLibraryWithPrivateKey, 2) \ |
V(Mirrors_makeLocalClassMirror, 1) \ |
V(Mirrors_makeLocalTypeMirror, 1) \ |
V(Mirrors_makeLocalMirrorSystem, 0) \ |