| Index: src/ic/ic.cc
|
| diff --git a/src/ic/ic.cc b/src/ic/ic.cc
|
| index f5e531b0cea999053bb3e836e972d181e352c9ab..4492e34532c3408411a94dce287e3ab47517abb9 100644
|
| --- a/src/ic/ic.cc
|
| +++ b/src/ic/ic.cc
|
| @@ -2282,7 +2282,6 @@ void KeyedStoreIC::UpdateStoreElement(Handle<Map> receiver_map,
|
| }
|
| }
|
|
|
| - TRACE_HANDLER_STATS(isolate(), KeyedStoreIC_Polymorphic);
|
| MapHandleList transitioned_maps(target_receiver_maps.length());
|
| CodeHandleList handlers(target_receiver_maps.length());
|
| PropertyICCompiler::ComputeKeyedStorePolymorphicHandlers(
|
|
|