| Index: src/layout-descriptor.cc
|
| diff --git a/src/layout-descriptor.cc b/src/layout-descriptor.cc
|
| index b9016472cd753a135674da63d3b75776e6f29313..121836c173f9a70a73acc35633f646dfbb76539e 100644
|
| --- a/src/layout-descriptor.cc
|
| +++ b/src/layout-descriptor.cc
|
| @@ -258,7 +258,6 @@ bool LayoutDescriptorHelper::IsTagged(
|
| }
|
|
|
|
|
| -#ifdef VERIFY_HEAP
|
| bool LayoutDescriptor::IsConsistentWithMap(Map* map) {
|
| if (FLAG_unbox_double_fields) {
|
| DescriptorArray* descriptors = map->instance_descriptors();
|
| @@ -278,6 +277,5 @@ bool LayoutDescriptor::IsConsistentWithMap(Map* map) {
|
| }
|
| return true;
|
| }
|
| -#endif
|
| }
|
| } // namespace v8::internal
|
|
|