| Index: src/parsing/preparser.h
|
| diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
|
| index 71ed1fdb274c5eb7922f7736345775312f9de8c6..f1757177abafe651b0f29876e8cda778d070678d 100644
|
| --- a/src/parsing/preparser.h
|
| +++ b/src/parsing/preparser.h
|
| @@ -603,7 +603,6 @@ class PreParserTraits {
|
| typedef PreParserExpression Expression;
|
| typedef PreParserExpression YieldExpression;
|
| typedef PreParserExpression FunctionLiteral;
|
| - typedef PreParserExpression ClassLiteral;
|
| typedef PreParserExpression ObjectLiteralProperty;
|
| typedef PreParserExpression Literal;
|
| typedef PreParserExpressionList ExpressionList;
|
|
|