Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index fac6f6771f0a689ed5b5f267bc3da3862cf40cef..1d4ef5366b01107f3acc3076305b85beb661de2b 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -55,6 +55,7 @@ namespace internal { |
V(kDeleteWithGlobalVariable, "Delete with global variable") \ |
V(kDeleteWithNonGlobalVariable, "Delete with non-global variable") \ |
V(kDestinationOfCopyNotAligned, "Destination of copy not aligned") \ |
+ V(kDoExpression, "Do expression") \ |
V(kDontDeleteCellsCannotContainTheHole, \ |
"DontDelete cells can't contain the hole") \ |
V(kDoPushArgumentNotImplementedForDoubleType, \ |