| Index: third_party/WebKit/Source/core/dom/Modulator.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Modulator.h b/third_party/WebKit/Source/core/dom/Modulator.h
|
| index e3a00c53319220fe8d0d2803a4ffc0eb28459d28..4c63e3c3c334988806452c0bde209ab8f6248eb7 100644
|
| --- a/third_party/WebKit/Source/core/dom/Modulator.h
|
| +++ b/third_party/WebKit/Source/core/dom/Modulator.h
|
| @@ -89,6 +89,7 @@ class CORE_EXPORT Modulator : public GarbageCollectedFinalized<Modulator>,
|
|
|
| // Synchronously retrieves a single module script from existing module map
|
| // entry.
|
| + // Note: returns nullptr if the module map entry is still "fetching".
|
| virtual ModuleScript* GetFetchedModuleScript(const KURL&) = 0;
|
|
|
| // https://html.spec.whatwg.org/#resolve-a-module-specifier
|
|
|