| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index fcffd253d6a89b4daf6b56b39d4d71f3b163ba15..24d86fd72a0013cebd7bd4c3aa555acb8cdc3f70 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1876,7 +1876,7 @@ class JSObject: public JSReceiver {
|
| void LookupRealNamedPropertyInPrototypes(String* name, LookupResult* result);
|
| MUST_USE_RESULT MaybeObject* SetElementWithCallbackSetterInPrototypes(
|
| uint32_t index, Object* value, bool* found, StrictModeFlag strict_mode);
|
| - void LookupCallback(String* name, LookupResult* result);
|
| + void LookupCallbackProperty(String* name, LookupResult* result);
|
|
|
| // Returns the number of properties on this object filtering out properties
|
| // with the specified attributes (ignoring interceptors).
|
|
|