| Index: src/compiler/js-native-context-specialization.cc
|
| diff --git a/src/compiler/js-native-context-specialization.cc b/src/compiler/js-native-context-specialization.cc
|
| index 8b18cbae492b80549ab879f67a7d38e1446664b4..ae5ac199c1d73f0af7c1942b7e11c52383c5683c 100644
|
| --- a/src/compiler/js-native-context-specialization.cc
|
| +++ b/src/compiler/js-native-context-specialization.cc
|
| @@ -1600,7 +1600,7 @@ Reduction JSNativeContextSpecialization::ReduceJSStoreDataPropertyInLiteral(
|
| return NoChange();
|
| }
|
|
|
| - Handle<Map> receiver_map(nexus.FindFirstMap(), isolate());
|
| + Handle<Map> receiver_map(map, isolate());
|
| Handle<Name> cached_name =
|
| handle(Name::cast(nexus.GetFeedbackExtra()), isolate());
|
|
|
|
|