| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 31806b985768b3238195646ebcc3633e8ce5c312..161d0b2d97b7447e3e49aa15a725f8ccc81b77ca 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -21,6 +21,7 @@ namespace dart {
|
| V(Object_noSuchMethod, 6) \
|
| V(Object_runtimeType, 1) \
|
| V(Object_instanceOf, 4) \
|
| + V(Object_simpleInstanceOf, 2) \
|
| V(Object_instanceOfNum, 2) \
|
| V(Object_instanceOfInt, 2) \
|
| V(Object_instanceOfSmi, 2) \
|
|
|