Index: src/compiler/types.cc |
diff --git a/src/compiler/types.cc b/src/compiler/types.cc |
index 2fad9de898d6d1ac8898ef8c7a5ac1fce5e18e07..e0de4ef97aad5c5874711fb0f63969cab041f5c9 100644 |
--- a/src/compiler/types.cc |
+++ b/src/compiler/types.cc |
@@ -320,6 +320,7 @@ Type::bitset BitsetType::Lub(i::Map* map) { |
case PROMISE_REACTION_JOB_INFO_TYPE: |
case DEBUG_INFO_TYPE: |
case BREAK_POINT_INFO_TYPE: |
+ case STACK_FRAME_INFO_TYPE: |
case CELL_TYPE: |
case WEAK_CELL_TYPE: |
case PROTOTYPE_INFO_TYPE: |