Chromium Code Reviews| Index: src/spaces.cc |
| =================================================================== |
| --- src/spaces.cc (revision 8618) |
| +++ src/spaces.cc (working copy) |
| @@ -2514,7 +2514,7 @@ |
| // 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(); |