summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/api-callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/api-callbacks.h')
-rw-r--r--deps/v8/src/objects/api-callbacks.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/src/objects/api-callbacks.h b/deps/v8/src/objects/api-callbacks.h
index d4f42bee11..6f3629a2c3 100644
--- a/deps/v8/src/objects/api-callbacks.h
+++ b/deps/v8/src/objects/api-callbacks.h
@@ -57,8 +57,7 @@ class AccessorInfo : public Struct {
inline void set_initial_property_attributes(PropertyAttributes attributes);
// Checks whether the given receiver is compatible with this accessor.
- static bool IsCompatibleReceiverMap(Isolate* isolate,
- Handle<AccessorInfo> info,
+ static bool IsCompatibleReceiverMap(Handle<AccessorInfo> info,
Handle<Map> map);
inline bool IsCompatibleReceiver(Object* receiver);