Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 16173) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -16,6 +16,7 @@ |
| V(Object_toString, 1) \ |
| V(Object_noSuchMethod, 5) \ |
| V(Object_runtimeType, 1) \ |
| + V(Function_apply, 2) \ |
| V(AbstractType_toString, 1) \ |
| V(Integer_bitAndFromInteger, 2) \ |
| V(Integer_bitOrFromInteger, 2) \ |