Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 3625c0363d358c65c665b0a2b1f344e8ce9bc473..f0a49d6db49e532fae35284f5806f36dec5fe458 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4462,7 +4462,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) |