Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index bd414d71d652f1e748341486d6af60b084828366..1d53fcd252851fef715882e493c11b8cd410ca17 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5849,7 +5849,7 @@ class Map: public HeapObject { |
inline Map* GetTransition(int transition_index); |
inline int SearchSpecialTransition(Symbol* name); |
- inline int SearchTransition(PropertyType type, Name* name, |
+ inline int SearchTransition(PropertyKind kind, Name* name, |
PropertyAttributes attributes); |
inline FixedArrayBase* GetInitialElements(); |
@@ -6426,7 +6426,7 @@ class Map: public HeapObject { |
void ZapTransitions(); |
void DeprecateTransitionTree(); |
- bool DeprecateTarget(PropertyType type, Name* key, |
+ bool DeprecateTarget(PropertyKind kind, Name* key, |
PropertyAttributes attributes, |
DescriptorArray* new_descriptors, |
LayoutDescriptor* new_layout_descriptor); |