| 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 295c12c9250ccdb07d50c8265da4b9d5066f4d3d..91de2110346a3074bb54362ffe23dd2d5b5194c0 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| @@ -115,6 +115,10 @@ class CORE_EXPORT ScriptLoader : public GarbageCollectedFinalized<ScriptLoader>,
|
| }
|
| void setFetchDocWrittenScriptDeferIdle();
|
|
|
| +#if DCHECK_IS_ON()
|
| + bool isExternalScript() const { return m_isExternalScript; }
|
| +#endif
|
| +
|
| protected:
|
| ScriptLoader(Element*,
|
| bool createdByParser,
|
|
|