| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index dbee6f3b3b160a78ca439c702faa75f5ad3cc03c..e5cd7f583fb7c8335ed9cfb1a26615d911fe8a77 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1516,7 +1516,8 @@ class JSReceiver: public HeapObject {
|
|
|
| // Lookup a property. If found, the result is valid and has
|
| // detailed information.
|
| - void LocalLookup(String* name, LookupResult* result);
|
| + void LocalLookup(String* name, LookupResult* result,
|
| + bool search_hidden_prototypes = false);
|
| void Lookup(String* name, LookupResult* result);
|
|
|
| protected:
|
|
|