| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 85cae02da4b0231dba2f9074abc800319c44058a..bfc790946465b18ec7c256c80f62deaeea0d75ab 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1146,8 +1146,6 @@ class MaybeObject BASE_EMBEDDED {
|
| V(kExpected0AsASmiSentinel, "Expected 0 as a Smi sentinel") \
|
| V(kExpectedAlignmentMarker, "expected alignment marker") \
|
| V(kExpectedAllocationSite, "expected allocation site") \
|
| - V(kExpectedAllocationSiteInCell, \
|
| - "Expected AllocationSite in property cell") \
|
| V(kExpectedPropertyCellInRegisterA2, \
|
| "Expected property cell in register a2") \
|
| V(kExpectedPropertyCellInRegisterEbx, \
|
|
|