| 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 e6a7594124de8c338bb5e3439dd0570f2f721aa1..57feed65658c3892ffc03b3cf23c2b469b446944 100644
|
| --- a/src/compiler/js-native-context-specialization.cc
|
| +++ b/src/compiler/js-native-context-specialization.cc
|
| @@ -1881,6 +1881,8 @@ Reduction JSNativeContextSpecialization::ReduceJSStoreDataPropertyInLiteral(
|
| }
|
|
|
| Handle<Map> receiver_map(map, isolate());
|
| + if (!Map::TryUpdate(receiver_map).ToHandle(&receiver_map)) return NoChange();
|
| +
|
| Handle<Name> cached_name =
|
| handle(Name::cast(nexus.GetFeedbackExtra()), isolate());
|
|
|
|
|