| 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 abad9d2e1bf80eaed356e00aa7b3c7637c989441..c84445b16dd3acc97dc93e1edff38bc33d1c2590 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| @@ -33,6 +33,7 @@
|
| namespace blink {
|
|
|
| class Element;
|
| +class ScriptElementModuleLoaderClient;
|
| class ScriptLoaderClient;
|
| class ScriptSourceCode;
|
| class LocalFrame;
|
| @@ -171,6 +172,7 @@ class CORE_EXPORT ScriptLoader : public GarbageCollectedFinalized<ScriptLoader>,
|
|
|
| DocumentWriteIntervention m_documentWriteIntervention;
|
|
|
| + Member<ScriptElementModuleLoaderClient> m_elementModuleClient;
|
| Member<PendingScript> m_pendingScript;
|
| };
|
|
|
|
|