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

Unified Diff: third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.h

Issue 2826423002: [ES6 modules] Cosmetic changes to ModuleTreeLinker (Closed)
Patch Set: nhiroki/hiroshige Created 3 years, 8 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 | « no previous file | third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.h
diff --git a/third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.h b/third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.h
index 6fdd1a1614a69d2c473c1094dfb2f89728d3f98f..03daabf5cef6301c14da1dd050620dbcc082098a 100644
--- a/third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.h
+++ b/third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.h
@@ -51,7 +51,7 @@ class CORE_EXPORT ModuleTreeLinker final
kFetchingSelf,
// Running fetch of descendants of the target node.
kFetchingDependencies,
- // Instantiating m_moduleScript and the node descendants.
+ // Instantiating module_script_ and the node descendants.
kInstantiating,
kFinished,
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698