| 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 d483642b99a1eb5a42b72d952384d2c387adde45..88b97770a6728500a1243e9a04b44dd975666746 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 ScriptElementModuleClient;
|
| class ScriptLoaderClient;
|
| class ScriptSourceCode;
|
| class LocalFrame;
|
| @@ -194,6 +195,7 @@ class CORE_EXPORT ScriptLoader : public GarbageCollectedFinalized<ScriptLoader>,
|
|
|
| DocumentWriteIntervention m_documentWriteIntervention;
|
|
|
| + Member<ScriptElementModuleClient> m_elementModuleClient;
|
| Member<PendingScript> m_pendingScript;
|
| };
|
|
|
|
|