Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index f6f47e547606f8c7dfc89685504b8004adbe81e8..a8904514268e239aef8d8803c089bebba9d5cecb 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -6548,7 +6548,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)); |