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