Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 22688) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -18,6 +18,7 @@ |
| V(Object_runtimeType, 1) \ |
| V(Object_instanceOf, 5) \ |
| V(Object_as, 4) \ |
| + V(Object_cid, 1) \ |
| V(Function_apply, 2) \ |
| V(InvocationMirror_invoke, 4) \ |
| V(AbstractType_toString, 1) \ |