| Index: third_party/WebKit/Source/core/dom/ModulatorImpl.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ModulatorImpl.cpp b/third_party/WebKit/Source/core/dom/ModulatorImpl.cpp
|
| index 1be380b8d57a264c77d25c62d1e19d651ed195c2..e5e4f35dd77ff0db211c1fd7493f915e670e61ab 100644
|
| --- a/third_party/WebKit/Source/core/dom/ModulatorImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ModulatorImpl.cpp
|
| @@ -84,6 +84,12 @@ void ModulatorImpl::FetchTreeInternal(const ModuleScriptFetchRequest& request,
|
| tree_linker_registry_->Fetch(request, ancestor_list, level, this, client);
|
| }
|
|
|
| +void ModulatorImpl::FetchDescendantsForInlineScript(ModuleScript* module_script,
|
| + ModuleTreeClient* client) {
|
| + tree_linker_registry_->FetchDescendantsForInlineScript(module_script, this,
|
| + client);
|
| +}
|
| +
|
| void ModulatorImpl::FetchSingle(const ModuleScriptFetchRequest& request,
|
| ModuleGraphLevel level,
|
| SingleModuleClient* client) {
|
|
|