Chromium Code Reviews| Index: src/compiler/types.cc |
| diff --git a/src/compiler/types.cc b/src/compiler/types.cc |
| index 0a896ad1b35cd551bd7243b0bee5f3b8f638d8be..d5fe5672735014730560a6a52409b80529de31a3 100644 |
| --- a/src/compiler/types.cc |
| +++ b/src/compiler/types.cc |
| @@ -266,6 +266,7 @@ Type::bitset BitsetType::Lub(i::Map* map) { |
| case JS_WEAK_MAP_TYPE: |
| case JS_WEAK_SET_TYPE: |
| + case JS_WEAK_REF_TYPE: |
| case JS_PROMISE_CAPABILITY_TYPE: |
| case JS_PROMISE_TYPE: |
| DCHECK(!map->is_callable()); |