Index: src/parsing/parser.cc |
diff --git a/src/parsing/parser.cc b/src/parsing/parser.cc |
index e2d5ab20c45ee1febe9f2c8a7a643522b7b77e09..426a6f018be544985bdcd8de0a27d0ceffd60b39 100644 |
--- a/src/parsing/parser.cc |
+++ b/src/parsing/parser.cc |
@@ -5200,7 +5200,6 @@ Expression* Parser::CloseTemplateLiteral(TemplateLiteralState* state, int start, |
Smi* hash_obj = Smi::cast(Internals::IntToSmi(static_cast<int>(hash))); |
args->Add(factory()->NewSmiLiteral(hash_obj->value(), pos), zone()); |
- this->CheckPossibleEvalCall(tag, scope_); |
Expression* call_site = factory()->NewCallRuntime( |
Context::GET_TEMPLATE_CALL_SITE_INDEX, args, start); |