Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index ff32dc956def0f3194e505bd387b70d16f9b7273..a824b3b25479fe911bd9afb7ee528cc4ac40a564 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -4051,6 +4051,8 @@ int BytecodeArray::parameter_count() const { |
ACCESSORS(BytecodeArray, constant_pool, FixedArray, kConstantPoolOffset) |
ACCESSORS(BytecodeArray, handler_table, FixedArray, kHandlerTableOffset) |
+ACCESSORS(BytecodeArray, source_position_table, FixedArray, |
+ kSourcePositionTableOffset) |
Address BytecodeArray::GetFirstBytecodeAddress() { |