| Index: src/parsing/preparser.h
|
| diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
|
| index e83c2b2951d8a0ab00f9f010ea36066f14539c0b..7a6ee2a5c9debe2b853fbb0b6aa28c7081159625 100644
|
| --- a/src/parsing/preparser.h
|
| +++ b/src/parsing/preparser.h
|
| @@ -1289,12 +1289,6 @@ class PreParser : public ParserBase<PreParser> {
|
| return PreParserStatementList();
|
| }
|
|
|
| - V8_INLINE static PreParserStatement NewBlock(
|
| - ZoneList<const AstRawString*>* labels, int capacity,
|
| - bool ignore_completion_value, int pos) {
|
| - return PreParserStatement::Default();
|
| - }
|
| -
|
| V8_INLINE PreParserExpression
|
| NewV8Intrinsic(PreParserIdentifier name, PreParserExpressionList arguments,
|
| int pos, bool* ok) {
|
|
|