Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 403a1b41856a4967378a5fc2d4abc2968781c0db..9b801c841d5ce02bc4dc8c3d1eacb45afa89630f 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -116,6 +116,8 @@ namespace internal { |
"Improper object on prototype chain for store") \ |
V(kIndexIsNegative, "Index is negative") \ |
V(kIndexIsTooLarge, "Index is too large") \ |
+ V(kInlinedRuntimeFunctionFastOneByteArrayJoin, \ |
+ "Inlined runtime function: FastOneByteArrayJoin") \ |
V(kInlinedRuntimeFunctionGetFromCache, \ |
"Inlined runtime function: GetFromCache") \ |
V(kInliningBailedOut, "Inlining bailed out") \ |