| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 4677ca1edc02b4192471860b4e15f6fb3417b941..5189737f2fbd76d9d5a34a8e43f831e14380e6b9 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -20,6 +20,7 @@ namespace dart {
|
| V(Object_toString, 1) \
|
| V(Object_noSuchMethod, 6) \
|
| V(Object_runtimeType, 1) \
|
| + V(Object_haveSameRuntimeType, 2) \
|
| V(Object_instanceOf, 4) \
|
| V(Object_simpleInstanceOf, 2) \
|
| V(Object_instanceOfNum, 2) \
|
|
|