Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 1cd0c7cdb43f990fed5740369a16c75f90485307..4a8c65d6939374b6009230f61b4646979bd62012 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -3898,10 +3898,9 @@ int BytecodeArray::parameter_count() const { |
ACCESSORS(BytecodeArray, constant_pool, FixedArray, kConstantPoolOffset) |
ACCESSORS(BytecodeArray, handler_table, FixedArray, kHandlerTableOffset) |
-ACCESSORS(BytecodeArray, source_position_table, FixedArray, |
+ACCESSORS(BytecodeArray, source_position_table, ByteArray, |
kSourcePositionTableOffset) |
- |
Address BytecodeArray::GetFirstBytecodeAddress() { |
return reinterpret_cast<Address>(this) - kHeapObjectTag + kHeaderSize; |
} |