| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index ea7e61c9726c7faebfc41b1a0f619a89c30dc660..8b1a4ff2b3aa03b9e1b935d55d3026a3e9f878ad 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -19,6 +19,7 @@ namespace dart {
|
| V(Function_apply, 2) \
|
| V(InvocationMirror_invoke, 4) \
|
| V(AbstractType_toString, 1) \
|
| + V(Identical_comparison, 2) \
|
| V(Integer_bitAndFromInteger, 2) \
|
| V(Integer_bitOrFromInteger, 2) \
|
| V(Integer_bitXorFromInteger, 2) \
|
|
|