Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 56dc4f5b9405fa6eede4beb6834b4ee1cf326ccc..07f35427ce43b93ef6da2aad3c3c26fb1c807ede 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -936,18 +936,15 @@ namespace internal { |
F(KeyedLoadIC_Miss, 4, 1) \ |
F(KeyedLoadIC_MissFromStubFailure, 4, 1) \ |
F(KeyedStoreIC_Miss, 5, 1) \ |
- F(KeyedStoreIC_MissFromStubFailure, 5, 1) \ |
F(KeyedStoreIC_Slow, 5, 1) \ |
F(LoadElementWithInterceptor, 2, 1) \ |
F(LoadGlobalIC_Miss, 2, 1) \ |
F(LoadGlobalIC_Slow, 2, 1) \ |
F(LoadIC_Miss, 4, 1) \ |
- F(LoadIC_MissFromStubFailure, 4, 1) \ |
F(LoadPropertyWithInterceptor, 3, 1) \ |
F(LoadPropertyWithInterceptorOnly, 3, 1) \ |
F(StoreCallbackProperty, 6, 1) \ |
F(StoreIC_Miss, 5, 1) \ |
- F(StoreIC_MissFromStubFailure, 5, 1) \ |
F(StorePropertyWithInterceptor, 3, 1) \ |
F(ToBooleanIC_Miss, 1, 1) \ |
F(Unreachable, 0, 1) |