Chromium Code Reviews| Index: src/heap.cc |
| diff --git a/src/heap.cc b/src/heap.cc |
| index 16204355bc1c35ffe3a040003f52d8fe98a22adc..ad352bce50ee38990042edfe746708872799c73d 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; |
| } |