| Index: src/parsing/parser.h
|
| diff --git a/src/parsing/parser.h b/src/parsing/parser.h
|
| index 965283b1a9b113b6fcf20056c8828ca007131183..a96b7c8719e577778bd058c889b81c1733b978da 100644
|
| --- a/src/parsing/parser.h
|
| +++ b/src/parsing/parser.h
|
| @@ -657,6 +657,8 @@ class ParserTraits {
|
| V8_INLINE void RewriteNonPattern(Type::ExpressionClassifier* classifier,
|
| bool* ok);
|
|
|
| + V8_INLINE ZoneList<typename Type::ExpressionClassifier::Error>*
|
| + GetReportedErrorList() const;
|
| V8_INLINE Zone* zone() const;
|
|
|
| V8_INLINE ZoneList<Expression*>* GetNonPatternList() const;
|
|
|