| Index: runtime/vm/bootstrap_natives.h | 
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h | 
| index eaf6578193df038397671a76a547baf974e4089e..d7cb2b23d6080d1cfe3314b83f78e24a21dd66a9 100644 | 
| --- a/runtime/vm/bootstrap_natives.h | 
| +++ b/runtime/vm/bootstrap_natives.h | 
| @@ -20,7 +20,6 @@ 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)                                                   \ | 
|  |