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