Index: src/json-parser.h |
diff --git a/src/json-parser.h b/src/json-parser.h |
index f3017784bcdd26ed80f85ec16ec58093fdade819..792fddf0e38c6f9c632cf66c29e7e052a45bb1e8 100644 |
--- a/src/json-parser.h |
+++ b/src/json-parser.h |
@@ -425,7 +425,7 @@ Handle<Object> JsonParser<seq_ascii>::ParseJsonObject() { |
if (value.is_null()) return ReportUnexpectedCharacter(); |
} |
- JSObject::SetLocalPropertyIgnoreAttributes( |
+ JSObject::SetOwnPropertyIgnoreAttributes( |
json_object, key, value, NONE).Assert(); |
} while (MatchSkipWhiteSpace(',')); |
if (c0_ != '}') { |