| Index: src/deoptimizer.h
|
| diff --git a/src/deoptimizer.h b/src/deoptimizer.h
|
| index 1c6d9e190a871db5d2c7ce0054e2becbb8b87dee..58e86ed26ffa33a7243367565f6caadfb12c0207 100644
|
| --- a/src/deoptimizer.h
|
| +++ b/src/deoptimizer.h
|
| @@ -307,6 +307,7 @@ class OptimizedFunctionVisitor BASE_EMBEDDED {
|
|
|
|
|
| #define DEOPT_MESSAGES_LIST(V) \
|
| + V(kAccessCheck, "Access check needed") \
|
| V(kNoReason, "no reason") \
|
| V(kConstantGlobalVariableAssignment, "Constant global variable assignment") \
|
| V(kConversionOverflow, "conversion overflow") \
|
|
|