| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index c2cb253c192fdd013685f666a9681b3d71eaabd1..dacf02cd8940ad0aef5f13e556067a8a036c497d 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -22,9 +22,9 @@ namespace dart {
|
| V(Object_noSuchMethod, 6) \
|
| V(Object_runtimeType, 1) \
|
| V(Object_haveSameRuntimeType, 2) \
|
| - V(Object_instanceOf, 3) \
|
| + V(Object_instanceOf, 4) \
|
| V(Object_simpleInstanceOf, 2) \
|
| - V(Object_as, 3) \
|
| + V(Object_as, 4) \
|
| V(Function_apply, 2) \
|
| V(Closure_equals, 2) \
|
| V(Closure_hashCode, 1) \
|
|
|