Index: src/lookup.h |
diff --git a/src/lookup.h b/src/lookup.h |
index 4936f83eca6d25d77cee859a877d4ac49e259e04..02501c73bb20668c20932c123e6239a90cc7d947 100644 |
--- a/src/lookup.h |
+++ b/src/lookup.h |
@@ -182,6 +182,7 @@ class LookupIterator final BASE_EMBEDDED { |
int GetConstantIndex() const; |
Handle<PropertyCell> GetPropertyCell() const; |
Handle<Object> GetAccessors() const; |
+ Handle<InterceptorInfo> GetInterceptor() const; |
Handle<Object> GetDataValue() const; |
// Usually returns the value that was passed in, but may perform |
// non-observable modifications on it, such as internalize strings. |