Index: src/lookup.h |
diff --git a/src/lookup.h b/src/lookup.h |
index 6221d6741d2d7d687536662a25a960d974aeb9fa..3888ed624057231fd1d8266363ed6abf888849be 100644 |
--- a/src/lookup.h |
+++ b/src/lookup.h |
@@ -222,6 +222,8 @@ class LookupIterator final BASE_EMBEDDED { |
void TransitionToAccessorProperty(AccessorComponent component, |
Handle<Object> accessor, |
PropertyAttributes attributes); |
+ void TransitionToAccessorPair(Handle<Object> pair, |
+ PropertyAttributes attributes); |
PropertyDetails property_details() const { |
DCHECK(has_property_); |
return property_details_; |