| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index df57f6eaa1db925aaf3565181835de01ea3c24ab..5240a70c205357020f940dedfe6ca71f71209f83 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1157,8 +1157,6 @@ template <class C> inline bool Is(Object* obj);
|
| V(kLetBindingReInitialization, "Let binding re-initialization") \
|
| V(kLhsHasBeenClobbered, "lhs has been clobbered") \
|
| V(kLiveBytesCountOverflowChunkSize, "Live Bytes Count overflow chunk size") \
|
| - V(kLiveEditFrameDroppingIsNotSupportedOnARM64, \
|
| - "LiveEdit frame dropping is not supported on arm64") \
|
| V(kLiveEdit, "LiveEdit") \
|
| V(kLookupVariableInCountOperation, \
|
| "Lookup variable in count operation") \
|
|
|