| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index 880c8029e2387b957ada17b0eadc87ef12fdcd08..829cdd70f4c576b3cc1ef4a474d503e8cda54941 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -987,7 +987,6 @@ namespace internal {
 | 
|    F(BinaryOpIC_MissWithAllocationSite, 3, 1) \
 | 
|    F(CallIC_Miss, 3, 1)                       \
 | 
|    F(CompareIC_Miss, 3, 1)                    \
 | 
| -  F(CompareNilIC_Miss, 1, 1)                 \
 | 
|    F(ElementsTransitionAndStoreIC_Miss, 5, 1) \
 | 
|    F(KeyedLoadIC_Miss, 4, 1)                  \
 | 
|    F(KeyedLoadIC_MissFromStubFailure, 4, 1)   \
 | 
| 
 |