| Index: src/parser.cc
|
| diff --git a/src/parser.cc b/src/parser.cc
|
| index e2f8da650de94742acb39f1259f8b03dba3b66d0..21c6a000acb797cd74ea0351f57e3956e04a08ee 100644
|
| --- a/src/parser.cc
|
| +++ b/src/parser.cc
|
| @@ -536,7 +536,6 @@ LexicalScope::LexicalScope(Parser* parser, Scope* scope, Isolate* isolate)
|
|
|
|
|
| LexicalScope::~LexicalScope() {
|
| - parser_->top_scope_->Leave();
|
| parser_->top_scope_ = previous_scope_;
|
| parser_->lexical_scope_ = lexical_scope_parent_;
|
| parser_->with_nesting_level_ = previous_with_nesting_level_;
|
|
|