Index: src/compiler/access-info.cc |
diff --git a/src/compiler/access-info.cc b/src/compiler/access-info.cc |
index aa0055a950cac6d36adae113ace5f9f6234b1ae3..329cb93fe523baa2f5dd404623d93a8d6269b2ae 100644 |
--- a/src/compiler/access-info.cc |
+++ b/src/compiler/access-info.cc |
@@ -437,7 +437,7 @@ bool AccessInfoFactory::LookupSpecialFieldAccessor( |
int offset; |
if (Accessors::IsJSObjectFieldAccessor(map, name, &offset)) { |
FieldIndex field_index = FieldIndex::ForInObjectOffset(offset); |
- Type* field_type = Type::Tagged(); |
+ Type* field_type = Type::NonInternal(); |
MachineRepresentation field_representation = MachineRepresentation::kTagged; |
if (map->IsStringMap()) { |
DCHECK(Name::Equals(factory()->length_string(), name)); |