Index: src/deoptimizer.h |
diff --git a/src/deoptimizer.h b/src/deoptimizer.h |
index 8f69499c986233d4f3822d52a3df93f4a1c48644..929d837f497266832885481111a7186f5886fb60 100644 |
--- a/src/deoptimizer.h |
+++ b/src/deoptimizer.h |
@@ -335,6 +335,7 @@ class OptimizedFunctionVisitor BASE_EMBEDDED { |
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") \ |