| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 1e044c9db81b5195ddd67f94fd963b9745a931b9..9b35013ca39773244a86309fa8c837e93ca4c57d 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2373,7 +2373,7 @@ class JSObject: public JSReceiver {
|
| // Gets the value of a hidden property with the given key. Returns the hole
|
| // if the property doesn't exist (or if called on a detached proxy),
|
| // otherwise returns the value set for the key.
|
| - Object* GetHiddenProperty(Name* key);
|
| + Object* GetHiddenProperty(Handle<Name> key);
|
| // Deletes a hidden property. Deleting a non-existing property is
|
| // considered successful.
|
| static void DeleteHiddenProperty(Handle<JSObject> object,
|
|
|