Index: Source/core/dom/ScriptLoader.h |
diff --git a/Source/core/dom/ScriptLoader.h b/Source/core/dom/ScriptLoader.h |
index 8505253716d5e551584752e02e86cf453245231a..0a6eb8d8a8fed95b26345c2ff1bec72cfc13e175 100644 |
--- a/Source/core/dom/ScriptLoader.h |
+++ b/Source/core/dom/ScriptLoader.h |
@@ -38,6 +38,7 @@ class ScriptSourceCode; |
class CORE_EXPORT ScriptLoader : public NoBaseWillBeGarbageCollectedFinalized<ScriptLoader>, private ScriptResourceClient { |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(ScriptLoader); |
public: |
static PassOwnPtrWillBeRawPtr<ScriptLoader> create(Element* element, bool createdByParser, bool isEvaluated) |
{ |