| Index: src/json-stringifier.h
|
| diff --git a/src/json-stringifier.h b/src/json-stringifier.h
|
| index cec98443a5c628cb103c56e27aec2db4e35a4fb6..6ad2c2bdd1d0eb921082548858d3e6b5374ce65f 100644
|
| --- a/src/json-stringifier.h
|
| +++ b/src/json-stringifier.h
|
| @@ -560,7 +560,7 @@ BasicJsonStringifier::Result BasicJsonStringifier::SerializeJSObject(
|
| } else {
|
| bool has_exception = false;
|
| Handle<FixedArray> contents =
|
| - GetKeysInFixedArrayFor(object, LOCAL_ONLY, &has_exception);
|
| + GetKeysInFixedArrayFor<true>(object, LOCAL_ONLY, &has_exception);
|
| if (has_exception) return EXCEPTION;
|
|
|
| for (int i = 0; i < contents->length(); i++) {
|
|
|