| Index: src/objects-inl.h
 | 
| diff --git a/src/objects-inl.h b/src/objects-inl.h
 | 
| index ba424c2984610c81cbabf4f457d9af18a25d88e1..96a54b173ae41ce722beb21c805f46061a1271e8 100644
 | 
| --- a/src/objects-inl.h
 | 
| +++ b/src/objects-inl.h
 | 
| @@ -6354,8 +6354,8 @@ int JSFunction::NumberOfLiterals() {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -ACCESSORS(JSProxy, handler, Object, kHandlerOffset)
 | 
|  ACCESSORS(JSProxy, target, JSReceiver, kTargetOffset)
 | 
| +ACCESSORS(JSProxy, handler, Object, kHandlerOffset)
 | 
|  ACCESSORS(JSProxy, hash, Object, kHashOffset)
 | 
|  
 | 
|  bool JSProxy::IsRevoked() const { return !handler()->IsJSReceiver(); }
 | 
| 
 |