| Index: src/preparser.h
|
| diff --git a/src/preparser.h b/src/preparser.h
|
| index 753ff1bf3ee0a5b88a90f9d2d10a863f6a4831ec..7994a52eba264b85f62715f6a36bbfbae71b7a4c 100644
|
| --- a/src/preparser.h
|
| +++ b/src/preparser.h
|
| @@ -1543,7 +1543,7 @@ typename ParserBase<Traits>::ExpressionT ParserBase<Traits>::ParseObjectLiteral(
|
| // ((IdentifierName | String | Number) ':' AssignmentExpression) |
|
| // (('get' | 'set') (IdentifierName | String | Number) FunctionLiteral)
|
| // ) ',')* '}'
|
| - // (Except that trailing comma is not required and not allowed.)
|
| + // (Except that the trailing comma is not required.)
|
|
|
| int pos = peek_position();
|
| typename Traits::Type::PropertyList properties =
|
|
|