diff options
Diffstat (limited to 'deps/v8/src/ast/modules.cc')
-rw-r--r-- | deps/v8/src/ast/modules.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/src/ast/modules.cc b/deps/v8/src/ast/modules.cc index 225cd8d62c..f895756e4a 100644 --- a/deps/v8/src/ast/modules.cc +++ b/deps/v8/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); |