| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 89a107669ded32e36fbee9ce362e6bd69da1371b..a1ce9e9bbaa22d3e1e280092980c640a27ea9b02 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(DartCore_fatal, 1) \
|
| + V(DartInternal_fatal, 1) \
|
| V(Object_equals, 2) \
|
| V(Object_getHash, 1) \
|
| V(Object_setHash, 2) \
|
|
|