| 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,
|
| };
|
|
|