diff --git a/Userland/Libraries/LibJS/Parser.cpp b/Userland/Libraries/LibJS/Parser.cpp index f34d6eb2e2..2132c20315 100644 --- a/Userland/Libraries/LibJS/Parser.cpp +++ b/Userland/Libraries/LibJS/Parser.cpp @@ -346,7 +346,6 @@ RefPtr Parser::try_parse_arrow_function_expression(bool expe auto rule_start = push_start(); ArmedScopeGuard state_rollback_guard = [&] { - m_parser_state.m_var_scopes.take_last(); load_state(); };