| Index: src/heap/spaces.cc
|
| diff --git a/src/heap/spaces.cc b/src/heap/spaces.cc
|
| index f0e2cf631489e0240691f8580fb863b46272fcc9..95e484dee324fd441f79c71cfe8607c581601492 100644
|
| --- a/src/heap/spaces.cc
|
| +++ b/src/heap/spaces.cc
|
| @@ -3044,8 +3044,7 @@ void LargeObjectSpace::Verify() {
|
| // large object space.
|
| CHECK(object->IsCode() || object->IsSeqString() ||
|
| object->IsExternalString() || object->IsFixedArray() ||
|
| - object->IsFixedDoubleArray() || object->IsByteArray() ||
|
| - object->IsConstantPoolArray());
|
| + object->IsFixedDoubleArray() || object->IsByteArray());
|
|
|
| // The object itself should look OK.
|
| object->ObjectVerify();
|
|
|