Chromium Code Reviews| Index: src/heap.cc |
| diff --git a/src/heap.cc b/src/heap.cc |
| index 450c1c3e7f4540c3944f7755bf6e240aca0e2995..6d81fb1ef42c4f24478d6b650f4418180155ceaa 100644 |
| --- a/src/heap.cc |
| +++ b/src/heap.cc |
| @@ -2429,6 +2429,7 @@ MaybeObject* Heap::AllocateAccessorPair() { |
| } |
| accessors->set_getter(the_hole_value(), SKIP_WRITE_BARRIER); |
| accessors->set_setter(the_hole_value(), SKIP_WRITE_BARRIER); |
| + accessors->set_access_flags(Smi::FromInt(0), SKIP_WRITE_BARRIER); |
| return accessors; |
| } |