| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index c094579852b67a32e7f37a60e53a39a2c3bcdc39..30594ef3a17667a9ed0b99efe117b8ab32649843 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -965,7 +965,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) \
|
|
|