| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 1714b4dfb56c1e2a07cd470cd9f44b1aa424f256..c55f4a429cb1c533386d7b52c1401b3a2d2dd930 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4485,7 +4485,7 @@ class BytecodeArray : public FixedArrayBase {
|
|
|
| // Accessors for source position table containing mappings between byte code
|
| // offset and source position.
|
| - DECL_ACCESSORS(source_position_table, FixedArray)
|
| + DECL_ACCESSORS(source_position_table, ByteArray)
|
|
|
| DECLARE_CAST(BytecodeArray)
|
|
|
|
|