Index: src/property.h |
diff --git a/src/property.h b/src/property.h |
index b58c9c6acba0bcd8d423084946d6b2bebbd4dcdc..5b986d7c52bdc3c0accf6a43fb9a975bf4127420 100644 |
--- a/src/property.h |
+++ b/src/property.h |
@@ -76,7 +76,7 @@ class DataDescriptor final : public Descriptor { |
public: |
DataDescriptor(Handle<Name> key, int field_index, |
PropertyAttributes attributes, Representation representation) |
- : Descriptor(key, HeapType::Any(key->GetIsolate()), attributes, DATA, |
+ : Descriptor(key, FieldType::Any(key->GetIsolate()), attributes, DATA, |
representation, field_index) {} |
// The field type is either a simple type or a map wrapped in a weak cell. |
DataDescriptor(Handle<Name> key, int field_index, |