| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 16816348c6ca01805f54c7d185fbcd3af722b5dd..38bad55dce9a8684c713f7a21074369012bd9594 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -195,7 +195,6 @@ namespace internal {
|
| V(kParseScopeError, "Parse/scope error") \
|
| V(kPossibleDirectCallToEval, "Possible direct call to eval") \
|
| V(kPreconditionsWereNotMet, "Preconditions were not met") \
|
| - V(kPropertyAllocationCountFailed, "Property allocation count failed") \
|
| V(kReceivedInvalidReturnAddress, "Received invalid return address") \
|
| V(kReferenceToAVariableWhichRequiresDynamicLookup, \
|
| "Reference to a variable which requires dynamic lookup") \
|
| @@ -252,8 +251,6 @@ namespace internal {
|
| V(kUnalignedAllocationInNewSpace, "Unaligned allocation in new space") \
|
| V(kUnalignedCellInWriteBarrier, "Unaligned cell in write barrier") \
|
| V(kUndefinedValueNotLoaded, "Undefined value not loaded") \
|
| - V(kUndoAllocationOfNonAllocatedMemory, \
|
| - "Undo allocation of non allocated memory") \
|
| V(kUnexpectedAllocationTop, "Unexpected allocation top") \
|
| V(kUnexpectedColorFound, "Unexpected color bit pattern found") \
|
| V(kUnexpectedElementsKindInArrayConstructor, \
|
|
|