Index: src/json-parser.cc |
diff --git a/src/json-parser.cc b/src/json-parser.cc |
index 78b325daa6a7b17bbac3afd5c80e086c4431cf04..6c65234d50b766f4946e57d171352ae95c89ef26 100644 |
--- a/src/json-parser.cc |
+++ b/src/json-parser.cc |
@@ -482,6 +482,7 @@ void JsonParser<seq_one_byte>::CommitStateToJsonObject( |
int length = properties->length(); |
for (int i = 0; i < length; i++) { |
Handle<Object> value = (*properties)[i]; |
+ // Initializing store. |
json_object->WriteToField(i, *value); |
} |
} |