| 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 0907b38ab494a40f9a90b88a8cb98e821a5882ae..0af9f42207b646730c77b8892d331bb89e8dd288 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| @@ -37,6 +37,7 @@ class ScriptSourceCode;
|
| class LocalFrame;
|
|
|
| class CORE_EXPORT ScriptLoader : public GarbageCollectedFinalized<ScriptLoader>, public ScriptResourceClient {
|
| + USING_GARBAGE_COLLECTED_MIXIN(ScriptLoader);
|
| public:
|
| static ScriptLoader* create(Element* element, bool createdByParser, bool isEvaluated, bool createdDuringDocumentWrite = false)
|
| {
|
|
|