| Index: src/ast/modules.cc
|
| diff --git a/src/ast/modules.cc b/src/ast/modules.cc
|
| index 225cd8d62cd4bb0f87f6a8c43c5e9b2e77f9433a..f895756e4abc3339f97c95237761ce69b62bc1ca 100644
|
| --- a/src/ast/modules.cc
|
| +++ b/src/ast/modules.cc
|
| @@ -13,7 +13,6 @@ namespace internal {
|
| void ModuleDescriptor::AddLocalExport(const AstRawString* export_name,
|
| const AstRawString* local_name,
|
| Zone* zone, bool* ok) {
|
| - DCHECK(!IsFrozen());
|
| void* key = const_cast<AstRawString*>(export_name);
|
|
|
| ZoneAllocationPolicy allocator(zone);
|
|
|