| 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 7b71d0cbec098deda5a83b2508288c8200c4fe0a..50562440c8517bf57daf06a2a6cdb95bfe000608 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| @@ -21,6 +21,7 @@
|
| #ifndef ScriptLoader_h
|
| #define ScriptLoader_h
|
|
|
| +#include "bindings/core/v8/DOMWrapperWorld.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/PendingScript.h"
|
| #include "core/fetch/FetchRequest.h"
|
| @@ -105,6 +106,7 @@ private:
|
|
|
| RawPtrWillBeMember<Element> m_element;
|
| ResourcePtr<ScriptResource> m_resource;
|
| + RefPtr<DOMWrapperWorld> m_originWorld;
|
| WTF::OrdinalNumber m_startLineNumber;
|
| String m_characterEncoding;
|
| String m_fallbackCharacterEncoding;
|
|
|