Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 10aaabfeb6b1ad993217f4d80f1b8192cdb56ec4..3c0d25766f41210cf7e110d9ee8fe7c7f066f6be 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -2205,7 +2205,7 @@ void Object::VerifyApiCallResultType() { |
} |
-Object* FixedArray::get(int index) { |
+Object* FixedArray::get(int index) const { |
SLOW_DCHECK(index >= 0 && index < this->length()); |
return READ_FIELD(this, kHeaderSize + index * kPointerSize); |
} |