Index: src/ast/modules.h |
diff --git a/src/ast/modules.h b/src/ast/modules.h |
index e3c66dce94dae5a1773599c14366a30d84007f41..9e1930a55889fc8ac7c35db8e573e47fae64bb2d 100644 |
--- a/src/ast/modules.h |
+++ b/src/ast/modules.h |
@@ -110,7 +110,7 @@ class ModuleDescriptor : public ZoneObject { |
index_(-1) {} |
bool frozen_; |
- ZoneHashMap* exports_; // Module exports and their types (allocated lazily) |
+ ZoneHashMap* exports_; // Module exports and their types (allocated lazily) |
ZoneList<const AstRawString*> requested_modules_; |
int index_; |
}; |