Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 274f1dccae9ec19980bea3be09cced6db9b4ac1c..5cf1430f5c137320eedad489f4ce0d52c71f5065 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -2212,7 +2212,6 @@ class JSObject: public JSReceiver { |
| Object* getter, |
| Object* setter, |
| PropertyAttributes attributes); |
| - void LookupInDescriptor(String* name, LookupResult* result); |
| // Returns the hidden properties backing store object, currently |
| // a StringDictionary, stored on this object. |