Index: src/compiler/types.cc |
diff --git a/src/compiler/types.cc b/src/compiler/types.cc |
index c9563c492a5ee249790c4ff4790b9e588f347459..48778e03754efa6d639a2f2aa5e1b40bb033befc 100644 |
--- a/src/compiler/types.cc |
+++ b/src/compiler/types.cc |
@@ -263,6 +263,7 @@ Type::bitset BitsetType::Lub(i::Map* map) { |
case JS_WEAK_MAP_TYPE: |
case JS_WEAK_SET_TYPE: |
+ case JS_PROMISE_CAPABILITY_TYPE: |
case JS_PROMISE_TYPE: |
DCHECK(!map->is_callable()); |
DCHECK(!map->is_undetectable()); |