| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 75dafcf541897db1a2d2530f8c81aa3a2abf35a8..9a22b7b683b9dee640b664817e03a6bd2b3e176b 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2011,7 +2011,7 @@ class JSReceiver: public HeapObject {
|
| // maybe_excluded_properties list.
|
| MUST_USE_RESULT static Maybe<bool> SetOrCopyDataProperties(
|
| Isolate* isolate, Handle<JSReceiver> target, Handle<Object> source,
|
| - const ScopedVector<Handle<Name>>* excluded_properties = nullptr,
|
| + const ScopedVector<Handle<Object>>* excluded_properties = nullptr,
|
| bool use_set = true);
|
|
|
| // Implementation of [[HasProperty]], ECMA-262 5th edition, section 8.12.6.
|
|
|