| Index: src/asmjs/typing-asm.cc
|
| diff --git a/src/asmjs/typing-asm.cc b/src/asmjs/typing-asm.cc
|
| index cc0c5e62400ea0ac1fe318583ae5f2e3ba9325f2..472157f46140624a29f180b2b10949fdbc750b00 100644
|
| --- a/src/asmjs/typing-asm.cc
|
| +++ b/src/asmjs/typing-asm.cc
|
| @@ -1383,10 +1383,6 @@ void AsmTyper::VisitDeclarations(ZoneList<Declaration*>* decls) {
|
| }
|
| }
|
|
|
| -void AsmTyper::VisitImportDeclaration(ImportDeclaration* decl) {
|
| - FAIL(decl, "import declaration encountered");
|
| -}
|
| -
|
| void AsmTyper::VisitClassLiteral(ClassLiteral* expr) {
|
| FAIL(expr, "class literal not allowed");
|
| }
|
|
|