| Index: src/deoptimize-reason.h
|
| diff --git a/src/deoptimize-reason.h b/src/deoptimize-reason.h
|
| index e4d783c22793da75a10325f33c78666470dc1f45..ca986aafd36e99b98c2258b68aab8a9b93b3b509 100644
|
| --- a/src/deoptimize-reason.h
|
| +++ b/src/deoptimize-reason.h
|
| @@ -24,6 +24,8 @@ namespace internal {
|
| V(InsufficientTypeFeedbackForCall, "Insufficient type feedback for call") \
|
| V(InsufficientTypeFeedbackForCallWithArguments, \
|
| "Insufficient type feedback for call with arguments") \
|
| + V(InsufficientTypeFeedbackForConstruct, \
|
| + "Insufficient type feedback for construct") \
|
| V(FastPathFailed, "Falling off the fast path") \
|
| V(InsufficientTypeFeedbackForCombinedTypeOfBinaryOperation, \
|
| "Insufficient type feedback for combined type of binary operation") \
|
|
|