| Index: src/json-parser.h
|
| diff --git a/src/json-parser.h b/src/json-parser.h
|
| index b5dc33eb5713bd521444370c5de7fbd7017c3e5e..8f21d47cc5d7f13884e6b974b717891726c95cf3 100644
|
| --- a/src/json-parser.h
|
| +++ b/src/json-parser.h
|
| @@ -525,7 +525,7 @@ Handle<Object> JsonParser<seq_one_byte>::ParseJsonArray() {
|
| fast_elements->set(i, *elements[i]);
|
| }
|
| Handle<Object> json_array = factory()->NewJSArrayWithElements(
|
| - fast_elements, FAST_ELEMENTS, pretenure_);
|
| + fast_elements, FAST_ELEMENTS, WEAK, pretenure_);
|
| return scope.CloseAndEscape(json_array);
|
| }
|
|
|
|
|