Chromium Code Reviews| Index: src/heap.cc |
| diff --git a/src/heap.cc b/src/heap.cc |
| index 623ec31e20fca8169ba724e5be33a5f736511a34..8e9588498169393d786efa8ec752e81a963fd3f2 100644 |
| --- a/src/heap.cc |
| +++ b/src/heap.cc |
| @@ -2424,6 +2424,7 @@ MaybeObject* Heap::AllocateAccessorPair() { |
| } |
| accessors->set_getter(the_hole_value(), SKIP_WRITE_BARRIER); |
| accessors->set_setter(the_hole_value(), SKIP_WRITE_BARRIER); |
| + accessors->set_flag(Smi::FromInt(0), SKIP_WRITE_BARRIER); |
| return accessors; |
| } |