Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 129c6c35ac9e58f09fc69b881a8c7c2ff1d22726..79e9244743e5779eff7ace511de2909dc9203fb4 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1861,9 +1861,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> |