Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 758f2f194508f176c4bb41dd3e4c15748dc127eb..8a872e891d549bbac293a7883e25d1706cc4a538 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1856,9 +1856,7 @@ class JSObject: public JSReceiver { |
// Used from JSReceiver. |
MUST_USE_RESULT static Maybe<PropertyAttributes> |
- GetPropertyAttributesWithInterceptor(Handle<JSObject> holder, |
- Handle<Object> receiver, |
- Handle<Name> name); |
+ GetPropertyAttributesWithInterceptor(LookupIterator* it); |
MUST_USE_RESULT static Maybe<PropertyAttributes> |
GetPropertyAttributesWithFailedAccessCheck(LookupIterator* it); |
MUST_USE_RESULT static Maybe<PropertyAttributes> |