| Index: src/ic/ic-compiler.cc
|
| diff --git a/src/ic/ic-compiler.cc b/src/ic/ic-compiler.cc
|
| index dee91ffd839ff8582e71156e4d5827f8227a8da1..527b2ef32a812cb0becc06f15c69d54dddc81758 100644
|
| --- a/src/ic/ic-compiler.cc
|
| +++ b/src/ic/ic-compiler.cc
|
| @@ -347,7 +347,7 @@ Handle<Code> PropertyICCompiler::CompileKeyedStorePolymorphic(
|
| Handle<Map> receiver_map(receiver_maps->at(i));
|
| Handle<Code> cached_stub;
|
| Handle<Map> transitioned_map =
|
| - receiver_map->FindTransitionedMap(receiver_maps);
|
| + Map::FindTransitionedMap(receiver_map, receiver_maps);
|
|
|
| // TODO(mvstanton): The code below is doing pessimistic elements
|
| // transitions. I would like to stop doing that and rely on Allocation Site
|
|
|