Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 27b1e5f8c795d3e8e953c8fb33b97a8309eb20c1..b5e39c69f75712fb6c7241973ce04fb1dbc55427 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -213,14 +213,10 @@ namespace internal { |
"Unexpected ElementsKind in array constructor") \ |
V(kUnexpectedFallthroughFromCharCodeAtSlowCase, \ |
"Unexpected fallthrough from CharCodeAt slow case") \ |
- V(kUnexpectedFallthroughFromCharFromCodeSlowCase, \ |
- "Unexpected fallthrough from CharFromCode slow case") \ |
V(kUnexpectedFallThroughFromStringComparison, \ |
"Unexpected fall-through from string comparison") \ |
V(kUnexpectedFallthroughToCharCodeAtSlowCase, \ |
"Unexpected fallthrough to CharCodeAt slow case") \ |
- V(kUnexpectedFallthroughToCharFromCodeSlowCase, \ |
- "Unexpected fallthrough to CharFromCode slow case") \ |
V(kUnexpectedFPUStackDepthAfterInstruction, \ |
"Unexpected FPU stack depth after instruction") \ |
V(kUnexpectedInitialMapForArrayFunction1, \ |