Chromium Code Reviews| Index: src/heap.cc |
| diff --git a/src/heap.cc b/src/heap.cc |
| index fc53eb3529190a3bb2316e9f8c5c771c9baa298b..4c54e84f6c46d977a0b05d7720d8ad1fccc721cd 100644 |
| --- a/src/heap.cc |
| +++ b/src/heap.cc |
| @@ -5081,9 +5081,7 @@ void Heap::Verify() { |
| lo_space_->Verify(); |
| - // TODO(svenpanne) We should enable this when our fast->slow->fast-mode dance |
| - // for setting accessor properties is fixed. |
| - // VerifyNoAccessorPairSharing(); |
| + VerifyNoAccessorPairSharing(); |
| } |