| 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 48648d5ad939af07aee0afc731ec3f5c52eaf650..af0e2a2a7195f20a76f6e132058539be153e5ff3 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| @@ -34,6 +34,8 @@ namespace blink {
|
|
|
| class ScriptElementBase;
|
| class Script;
|
| +class ScriptElementModuleClient;
|
| +class ScriptSourceCode;
|
|
|
| class CORE_EXPORT ScriptLoader : public GarbageCollectedFinalized<ScriptLoader>,
|
| public PendingScriptClient {
|
| @@ -187,6 +189,7 @@ class CORE_EXPORT ScriptLoader : public GarbageCollectedFinalized<ScriptLoader>,
|
|
|
| DocumentWriteIntervention m_documentWriteIntervention;
|
|
|
| + Member<ScriptElementModuleClient> m_elementModuleClient;
|
| Member<PendingScript> m_pendingScript;
|
| };
|
|
|
|
|