Chromium Code Reviews| Index: src/json-parser.h |
| diff --git a/src/json-parser.h b/src/json-parser.h |
| index 9ccc8ed1fb320c087b0fbaddf01d2b9bc9fddb2b..326a771db9600c90915d7bfc8c4a4562e68b4787 100644 |
| --- a/src/json-parser.h |
| +++ b/src/json-parser.h |
| @@ -343,6 +343,7 @@ Handle<Object> JsonParser<seq_ascii>::ParseJsonObject() { |
| } else { |
| JSObject::SetLocalPropertyIgnoreAttributes( |
| json_object, key, value, NONE); |
| + current_index = json_object->NumberOfLocalProperties(); |
| } |
| } |
| } |