| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 029e80d9bb96e075f39c14c7d9d93566fc5d4321..980437afe644e7c1f21a9d5bf9892bc3d7fbf310 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6320,7 +6320,7 @@ bool JSGlobalProxy::IsDetachedFrom(GlobalObject* global) {
|
| }
|
|
|
|
|
| -Handle<Object> JSReceiver::GetOrCreateIdentityHash(Handle<JSReceiver> object) {
|
| +Handle<Smi> JSReceiver::GetOrCreateIdentityHash(Handle<JSReceiver> object) {
|
| return object->IsJSProxy()
|
| ? JSProxy::GetOrCreateIdentityHash(Handle<JSProxy>::cast(object))
|
| : JSObject::GetOrCreateIdentityHash(Handle<JSObject>::cast(object));
|
|
|