| Index: src/compiler/access-info.cc
|
| diff --git a/src/compiler/access-info.cc b/src/compiler/access-info.cc
|
| index f23154aa45aa53674d53f7fb13048347a1adf5ce..e41a5ffe04baf6c4391c9f52c073217bcfc71173 100644
|
| --- a/src/compiler/access-info.cc
|
| +++ b/src/compiler/access-info.cc
|
| @@ -391,7 +391,7 @@ bool AccessInfoFactory::ComputePropertyAccessInfo(
|
|
|
| // Don't search on the prototype when storing in literals
|
| if (access_mode == AccessMode::kStoreInLiteral) {
|
| - return false;
|
| + return LookupTransition(receiver_map, name, holder, access_info);
|
| }
|
|
|
| // Don't lookup private symbols on the prototype chain.
|
|
|