Index: src/deoptimizer.h |
diff --git a/src/deoptimizer.h b/src/deoptimizer.h |
index 7fcefdc64950fd4a9a29894095b42f6f86c6027a..e21e115ba3186d8cf73fc15a7de9551ffbd778d0 100644 |
--- a/src/deoptimizer.h |
+++ b/src/deoptimizer.h |
@@ -340,6 +340,7 @@ class OptimizedFunctionVisitor BASE_EMBEDDED { |
V(kInsufficientTypeFeedbackForCallWithArguments, \ |
"Insufficient type feedback for call with arguments") \ |
V(kFastArrayPushFailed, "Falling off the fast path for FastArrayPush") \ |
+ V(kFastFunctionBindFailed, "Falling off the fast path for FastFunctionBind") \ |
V(kInsufficientTypeFeedbackForCombinedTypeOfBinaryOperation, \ |
"Insufficient type feedback for combined type of binary operation") \ |
V(kInsufficientTypeFeedbackForGenericNamedAccess, \ |