Chromium Code Reviews| Index: src/factory.cc |
| diff --git a/src/factory.cc b/src/factory.cc |
| index 6e6d893403ce5bbe0c67fef515d3c6121137794b..41c3cb5eaaeee46d47ddc29e98d8ec4ab07439a7 100644 |
| --- a/src/factory.cc |
| +++ b/src/factory.cc |
| @@ -875,6 +875,7 @@ Handle<AccessorInfo> Factory::NewAccessorInfo() { |
| Handle<AccessorInfo> info = |
| Handle<AccessorInfo>::cast(NewStruct(ACCESSOR_INFO_TYPE)); |
| info->set_flag(0); // Must clear the flag, it was initialized as undefined. |
| + info->set_is_sloppy(true); |
| return info; |
| } |