| Index: src/parsing/preparser.h
|
| diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
|
| index 1082a4d1ecb5c93dfd0a918276cc25057f7898e3..e5088bcebd3ab5a287677310c01da739456d047a 100644
|
| --- a/src/parsing/preparser.h
|
| +++ b/src/parsing/preparser.h
|
| @@ -798,6 +798,12 @@ class PreParserTraits {
|
| return PreParserExpression::Default();
|
| }
|
|
|
| + static PreParserExpression FunctionSentExpression(Scope* scope,
|
| + PreParserFactory* factory,
|
| + int pos) {
|
| + return PreParserExpression::Default();
|
| + }
|
| +
|
| static PreParserExpression DefaultConstructor(bool call_super, Scope* scope,
|
| int pos, int end_pos) {
|
| return PreParserExpression::Default();
|
|
|