Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 69f65be0dbd91c4f56f09f87c0284607d68dc6fa..d66dbc4d0d803cf73eaa0d85b47d58eeefc0398c 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -332,6 +332,7 @@ namespace internal { |
"Wrong address or value passed to RecordWrite") \ |
V(kShouldNotDirectlyEnterOsrFunction, \ |
"Should not directly enter OSR-compiled function") \ |
+ V(kOsrCompileFailed, "OSR compilation failed") \ |
V(kYield, "Yield") |