| Index: src/layout-descriptor.h
|
| diff --git a/src/layout-descriptor.h b/src/layout-descriptor.h
|
| index a8c9ec59101e766be1ed535ac5284edf566e6c71..628fa17d32a366e941909cb6275dd2d82ce4eaff 100644
|
| --- a/src/layout-descriptor.h
|
| +++ b/src/layout-descriptor.h
|
| @@ -69,7 +69,7 @@ class LayoutDescriptor : public FixedTypedArray<Uint32ArrayTraits> {
|
| // tagged (FastPointerLayout).
|
| V8_INLINE static LayoutDescriptor* FastPointerLayout();
|
|
|
| -#ifdef DEBUG
|
| +#ifdef VERIFY_HEAP
|
| // Check that this layout descriptor corresponds to given map.
|
| bool IsConsistentWithMap(Map* map);
|
| #endif
|
|
|