Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 43515) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -24,6 +24,7 @@ |
| V(Function_apply, 2) \ |
| V(FunctionImpl_equals, 2) \ |
| V(FunctionImpl_hashCode, 1) \ |
| + V(FunctionImpl_clone, 1) \ |
| V(AbstractType_toString, 1) \ |
| V(Identical_comparison, 2) \ |
| V(Integer_bitAndFromInteger, 2) \ |