Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index fe9c21fbe746729dde4d28fb14be1396623ab564..94dcba827d06f0f77a73443e1ec1cb8654034f1e 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -6652,7 +6652,6 @@ |
CODE_ACCESSORS(handler_table, FixedArray, kHandlerTableOffset) |
CODE_ACCESSORS(deoptimization_data, FixedArray, kDeoptimizationDataOffset) |
CODE_ACCESSORS(source_position_table, ByteArray, kSourcePositionTableOffset) |
-CODE_ACCESSORS(trap_handler_index, Smi, kTrapHandlerIndex) |
CODE_ACCESSORS(raw_type_feedback_info, Object, kTypeFeedbackInfoOffset) |
CODE_ACCESSORS(next_code_link, Object, kNextCodeLinkOffset) |
#undef CODE_ACCESSORS |