Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 29797) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -13,6 +13,7 @@ |
| // List of bootstrap native entry points used in the core dart library. |
| #define BOOTSTRAP_NATIVE_LIST(V) \ |
| + V(Object_equals, 2) \ |
| V(Object_getHash, 1) \ |
| V(Object_setHash, 2) \ |
| V(Object_toString, 1) \ |