| 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 6b53a6656812d0dddcb6820ace7ca86db20bc008..38174887b5ec3bcf3544233e60a4797d08c32b63 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| @@ -104,6 +104,7 @@ private:
|
|
|
| RawPtrWillBeMember<Element> m_element;
|
| ResourcePtr<ScriptResource> m_resource;
|
| + int m_originWorldId;
|
| WTF::OrdinalNumber m_startLineNumber;
|
| String m_characterEncoding;
|
| String m_fallbackCharacterEncoding;
|
|
|