| 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 e92c9e5704918c1546a6f78ade61e3a1d1e5961d..9e30e0152e42ffdd0407f9d0c2614b122889f157 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;
|
| @@ -170,6 +171,7 @@ class CORE_EXPORT ScriptLoader : public GarbageCollectedFinalized<ScriptLoader>,
|
|
|
| DocumentWriteIntervention m_documentWriteIntervention;
|
|
|
| + Member<ScriptElementModuleClient> m_elementModuleClient;
|
| Member<PendingScript> m_pendingScript;
|
| };
|
|
|
|
|