Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(613)

Unified Diff: src/ast/modules.cc

Issue 2362083002: [modules] Do basic linking. (Closed)
Patch Set: Rename files because the presubmit tool is so fragile. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ast/modules.h ('k') | src/messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/modules.cc
diff --git a/src/ast/modules.cc b/src/ast/modules.cc
index e48bdac3a5120f745eca263c2f6a46d8f1954851..6a0f26a89580752df51f2d4aaefe2fea8cda40a1 100644
--- a/src/ast/modules.cc
+++ b/src/ast/modules.cc
@@ -190,7 +190,7 @@ void ModuleDescriptor::MakeIndirectExportsExplicit(Zone* zone) {
entry->import_name = import->second->import_name;
entry->module_request = import->second->module_request;
entry->local_name = nullptr;
- special_exports_.Add(entry, zone);
+ AddSpecialExport(entry, zone);
it = regular_exports_.erase(it);
} else {
it++;
« no previous file with comments | « src/ast/modules.h ('k') | src/messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698