Index: src/compiler/types.cc |
diff --git a/src/compiler/types.cc b/src/compiler/types.cc |
index 1b0b88dee2b982e1ea683197d5c9dc9eb7ae88eb..192cb4c63f76065745faba8bc9777620b009ff09 100644 |
--- a/src/compiler/types.cc |
+++ b/src/compiler/types.cc |
@@ -205,7 +205,6 @@ Type::bitset BitsetType::Lub(i::Map* map) { |
case JS_DATE_TYPE: |
case JS_CONTEXT_EXTENSION_OBJECT_TYPE: |
case JS_GENERATOR_OBJECT_TYPE: |
- case JS_MODULE_TYPE: |
case JS_ARRAY_BUFFER_TYPE: |
case JS_ARRAY_TYPE: |
case JS_REGEXP_TYPE: // TODO(rossberg): there should be a RegExp type. |
@@ -241,6 +240,7 @@ Type::bitset BitsetType::Lub(i::Map* map) { |
case SCRIPT_TYPE: |
case CODE_TYPE: |
case PROPERTY_CELL_TYPE: |
+ case MODULE_TYPE: |
return kOtherInternal & kTaggedPointer; |
// Remaining instance types are unsupported for now. If any of them do |