| Index: src/parsing/pattern-rewriter.cc
|
| diff --git a/src/parsing/pattern-rewriter.cc b/src/parsing/pattern-rewriter.cc
|
| index 65715a8a321b7f767f100a4ea19ed097951c7768..b909f689c586ffba5c3815bee1fafa72885db6e9 100644
|
| --- a/src/parsing/pattern-rewriter.cc
|
| +++ b/src/parsing/pattern-rewriter.cc
|
| @@ -761,7 +761,6 @@ NOT_A_PATTERN(ForStatement)
|
| NOT_A_PATTERN(FunctionDeclaration)
|
| NOT_A_PATTERN(FunctionLiteral)
|
| NOT_A_PATTERN(IfStatement)
|
| -NOT_A_PATTERN(ImportDeclaration)
|
| NOT_A_PATTERN(Literal)
|
| NOT_A_PATTERN(NativeFunctionLiteral)
|
| NOT_A_PATTERN(RegExpLiteral)
|
|
|