| Index: src/objects.h
 | 
| diff --git a/src/objects.h b/src/objects.h
 | 
| index d7d6e6717b7ce5a89be989a21d736d0392cd1f44..9221c629ce7e06739c60a83c66a7424acc5064cd 100644
 | 
| --- a/src/objects.h
 | 
| +++ b/src/objects.h
 | 
| @@ -10402,9 +10402,9 @@ class AccessorInfo: public Struct {
 | 
|    inline void set_property_attributes(PropertyAttributes attributes);
 | 
|  
 | 
|    // Checks whether the given receiver is compatible with this accessor.
 | 
| -  static bool IsCompatibleReceiverType(Isolate* isolate,
 | 
| -                                       Handle<AccessorInfo> info,
 | 
| -                                       Handle<HeapType> type);
 | 
| +  static bool IsCompatibleReceiverMap(Isolate* isolate,
 | 
| +                                      Handle<AccessorInfo> info,
 | 
| +                                      Handle<Map> map);
 | 
|    inline bool IsCompatibleReceiver(Object* receiver);
 | 
|  
 | 
|    DECLARE_CAST(AccessorInfo)
 | 
| 
 |