Index: src/deoptimizer.h |
diff --git a/src/deoptimizer.h b/src/deoptimizer.h |
index f31f9e79db785b6d63b8f02541759ebb405c168c..10685b61931bdc8f79a3537790c49683261ab756 100644 |
--- a/src/deoptimizer.h |
+++ b/src/deoptimizer.h |
@@ -340,6 +340,7 @@ |
V(kInsufficientTypeFeedbackForRHSOfBinaryOperation, \ |
"Insufficient type feedback for RHS of binary operation") \ |
V(kKeyIsNegative, "key is negative") \ |
+ V(kLiteralsWereDisposed, "literals have been disposed") \ |
V(kLostPrecision, "lost precision") \ |
V(kLostPrecisionOrNaN, "lost precision or NaN") \ |
V(kMementoFound, "memento found") \ |