| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 2650f450709865762c9f2f551bc22f6628faa018..c2c5af34c2c0a939e3fc95334c5cc30bfc818cd8 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -13,7 +13,7 @@ namespace dart {
|
|
|
| // List of bootstrap native entry points used in the core dart library.
|
| #define BOOTSTRAP_NATIVE_LIST(V) \
|
| - V(DartInternal_fatal, 1) \
|
| + V(DartAsync_fatal, 1) \
|
| V(Object_equals, 2) \
|
| V(Object_getHash, 1) \
|
| V(Object_setHash, 2) \
|
|
|