| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index fa91b3413384672aac381f28224052dec7c5491b..66c0e9fef2bced931b746469ae78340a8550252d 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -966,7 +966,6 @@ namespace internal {
|
| F(CompareIC_Miss, 3, 1) \
|
| F(ElementsTransitionAndStoreIC_Miss, 6, 1) \
|
| F(KeyedLoadIC_Miss, 4, 1) \
|
| - F(KeyedLoadIC_MissFromStubFailure, 4, 1) \
|
| F(KeyedStoreIC_Miss, 5, 1) \
|
| F(KeyedStoreIC_Slow, 5, 1) \
|
| F(LoadElementWithInterceptor, 2, 1) \
|
|
|