| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 4992796376f57857a69c86a8fc41d7a48bd32cf7..d77a7db700113c2147c2c547e19684e7062f249e 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -165,7 +165,7 @@ namespace internal {
|
| V(kObjectNotTagged, "The object is not tagged") \
|
| V(kOptimizationDisabled, "Optimization disabled") \
|
| V(kOptimizationDisabledForTest, "Optimization disabled for test") \
|
| - V(kOptimizedTooManyTimes, "Optimized too many times") \
|
| + V(kDeoptimizedTooManyTimes, "Deoptimized too many times") \
|
| V(kOutOfVirtualRegistersWhileTryingToAllocateTempRegister, \
|
| "Out of virtual registers while trying to allocate temp register") \
|
| V(kParseScopeError, "Parse/scope error") \
|
|
|