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