| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 507c7b61e23654c71766a7a3edac486c1c15c4d3..139b685c61c25d9a09083190e1cea7e76e6718f5 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -290,12 +290,6 @@ enum TransitionFlag {
|
| };
|
|
|
|
|
| -enum DebugExtraICState {
|
| - DEBUG_BREAK,
|
| - DEBUG_PREPARE_STEP_IN
|
| -};
|
| -
|
| -
|
| // Indicates whether the transition is simple: the target map of the transition
|
| // either extends the current map with a new property, or it modifies the
|
| // property that was added last to the current map.
|
|
|