| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 46661b681eb20940b4446b28ecbce04df7152c75..1ea98aa3c69feadf8ee626b10a7665a0d98715f7 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1152,8 +1152,6 @@ template <class C> inline bool Is(Object* obj);
|
| V(kLiveBytesCountOverflowChunkSize, "Live Bytes Count overflow chunk size") \
|
| V(kLiveEditFrameDroppingIsNotSupportedOnARM64, \
|
| "LiveEdit frame dropping is not supported on arm64") \
|
| - V(kLiveEditFrameDroppingIsNotSupportedOnArm, \
|
| - "LiveEdit frame dropping is not supported on arm") \
|
| V(kLiveEditFrameDroppingIsNotSupportedOnMips, \
|
| "LiveEdit frame dropping is not supported on mips") \
|
| V(kLiveEdit, "LiveEdit") \
|
|
|