| Index: third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptLoader.h b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| index e44200f39f222e5484b383ce9e46914b53a4a5db..e72daf566d8fa81f799cce3e1101b57000bab038 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| @@ -34,6 +34,7 @@ namespace blink {
|
|
|
| class LocalFrame;
|
| class ScriptElementBase;
|
| +class ScriptElementModuleClient;
|
| class ScriptSourceCode;
|
|
|
| class CORE_EXPORT ScriptLoader : public GarbageCollectedFinalized<ScriptLoader>,
|
| @@ -189,6 +190,7 @@ class CORE_EXPORT ScriptLoader : public GarbageCollectedFinalized<ScriptLoader>,
|
|
|
| DocumentWriteIntervention m_documentWriteIntervention;
|
|
|
| + Member<ScriptElementModuleClient> m_elementModuleClient;
|
| Member<PendingScript> m_pendingScript;
|
| };
|
|
|
|
|