| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index 2f76da7544f9641c2bf490b6967d24e0343fcad3..ce0aa6d92e28c2d1c4751d0f17c7a928eb6423be 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -4498,7 +4498,7 @@ PropertyAttributes JSObject::GetElementAttributeWithoutInterceptor(
|
| uint32_t index,
|
| bool continue_search) {
|
| PropertyAttributes attr = object->GetElementsAccessor()->GetAttributes(
|
| - *receiver, *object, index);
|
| + receiver, object, index);
|
| if (attr != ABSENT) return attr;
|
|
|
| // Handle [] on String objects.
|
|
|