| Index: src/compiler/types.cc
|
| diff --git a/src/compiler/types.cc b/src/compiler/types.cc
|
| index a2af190d9d356af94459baffcaae15e10c7f1cde..8a6484ec49132653f5225997c442cd8ffbc352f2 100644
|
| --- a/src/compiler/types.cc
|
| +++ b/src/compiler/types.cc
|
| @@ -152,6 +152,8 @@ Type::bitset BitsetType::Lub(i::Map* map) {
|
| case ONE_BYTE_STRING_TYPE:
|
| case CONS_STRING_TYPE:
|
| case CONS_ONE_BYTE_STRING_TYPE:
|
| + case THIN_STRING_TYPE:
|
| + case THIN_ONE_BYTE_STRING_TYPE:
|
| case SLICED_STRING_TYPE:
|
| case SLICED_ONE_BYTE_STRING_TYPE:
|
| case EXTERNAL_STRING_TYPE:
|
|
|