Chromium Code Reviews| Index: src/parsing/parser.cc |
| diff --git a/src/parsing/parser.cc b/src/parsing/parser.cc |
| index 798b293e9f0df82011797818cc2ad544e1b77b62..0048b8da698b718cc01671f52ab659b905427c2e 100644 |
| --- a/src/parsing/parser.cc |
| +++ b/src/parsing/parser.cc |
| @@ -1347,7 +1347,6 @@ void* Parser::ParseModuleItemList(ZoneList<Statement*>* body, bool* ok) { |
| } |
| } |
| - scope_->module()->Freeze(); |
| return NULL; |
| } |