| Index: src/spaces.cc
|
| diff --git a/src/spaces.cc b/src/spaces.cc
|
| index b494d24a4f849772b167495178c38740b5061d21..23c87cd0c568d4592f4e488287854fd2d5d6a2d2 100644
|
| --- a/src/spaces.cc
|
| +++ b/src/spaces.cc
|
| @@ -3070,7 +3070,7 @@ void LargeObjectSpace::Verify() {
|
| // strings), fixed arrays, and byte arrays in large object space.
|
| ASSERT(object->IsCode() || object->IsSeqString() ||
|
| object->IsExternalString() || object->IsFixedArray() ||
|
| - object->IsByteArray());
|
| + object->IsFixedDoubleArray() || object->IsByteArray());
|
|
|
| // The object itself should look OK.
|
| object->Verify();
|
|
|