| Index: src/objects.h
 | 
| ===================================================================
 | 
| --- src/objects.h	(revision 2553)
 | 
| +++ src/objects.h	(working copy)
 | 
| @@ -1508,10 +1508,6 @@
 | 
|    void LookupCallback(String* name, LookupResult* result);
 | 
|  
 | 
|    inline Smi* InterceptorPropertyLookupHint(String* name);
 | 
| -  Object* GetInterceptorPropertyWithLookupHint(JSObject* receiver,
 | 
| -                                               Smi* lookup_hint,
 | 
| -                                               String* name,
 | 
| -                                               PropertyAttributes* attributes);
 | 
|    static const int kLookupInHolder = -1;
 | 
|    static const int kLookupInPrototype = -2;
 | 
|  
 | 
| @@ -1706,12 +1702,6 @@
 | 
|  
 | 
|    void LookupInDescriptor(String* name, LookupResult* result);
 | 
|  
 | 
| -  // Attempts to get property with a named interceptor getter.
 | 
| -  // Sets |attributes| to ABSENT if interceptor didn't return anything
 | 
| -  Object* GetPropertyWithInterceptorProper(JSObject* receiver,
 | 
| -                                           String* name,
 | 
| -                                           PropertyAttributes* attributes);
 | 
| -
 | 
|    DISALLOW_IMPLICIT_CONSTRUCTORS(JSObject);
 | 
|  };
 | 
|  
 | 
| 
 |