| Index: src/json-stringifier.h
|
| diff --git a/src/json-stringifier.h b/src/json-stringifier.h
|
| index c96f975c9e2ca03baf18d1ade4738a042f85b91c..400ec94e6f30feb0461d873cb01d88dc6bcf88ba 100644
|
| --- a/src/json-stringifier.h
|
| +++ b/src/json-stringifier.h
|
| @@ -568,7 +568,7 @@ BasicJsonStringifier::Result BasicJsonStringifier::SerializeJSObject(
|
| Handle<FixedArray> contents;
|
| ASSIGN_RETURN_ON_EXCEPTION_VALUE(
|
| isolate_, contents,
|
| - JSReceiver::GetKeys(object, JSReceiver::OWN_ONLY),
|
| + JSReceiver::GetKeys(object, JSReceiver::OWN_ONLY, ENUMERABLE_STRINGS),
|
| EXCEPTION);
|
|
|
| for (int i = 0; i < contents->length(); i++) {
|
|
|