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