| Index: src/objects.h
 | 
| diff --git a/src/objects.h b/src/objects.h
 | 
| index d2b3371d6a5e28ba5c3e118d7ef50b7fd28fc8b9..953e58d03d44c1dc24facca8488eea4597970361 100644
 | 
| --- a/src/objects.h
 | 
| +++ b/src/objects.h
 | 
| @@ -1484,8 +1484,6 @@ class Object {
 | 
|    static MUST_USE_RESULT inline MaybeHandle<Smi> ToSmi(Isolate* isolate,
 | 
|                                                         Handle<Object> object);
 | 
|  
 | 
| -  void Lookup(Handle<Name> name, LookupResult* result);
 | 
| -
 | 
|    MUST_USE_RESULT static MaybeHandle<Object> GetProperty(LookupIterator* it);
 | 
|  
 | 
|    // Implementation of [[Put]], ECMA-262 5th edition, section 8.12.5.
 | 
| 
 |