| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 8b8470b78ab54b617126a61e0e6e8328a0bcf500..aeddfd14b54c2f74fc28868527382e995ca9291f 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6536,7 +6536,7 @@ void JSRegExp::SetDataAt(int index, Object* value) {
|
|
|
| ElementsKind JSObject::GetElementsKind() {
|
| ElementsKind kind = map()->elements_kind();
|
| -#if DEBUG
|
| +#if VERIFY_HEAP
|
| FixedArrayBase* fixed_array =
|
| reinterpret_cast<FixedArrayBase*>(READ_FIELD(this, kElementsOffset));
|
|
|
|
|