Index: Source/core/layout/svg/SVGResourcesCycleSolver.h |
diff --git a/Source/core/layout/svg/SVGResourcesCycleSolver.h b/Source/core/layout/svg/SVGResourcesCycleSolver.h |
index 6f1e51d387d259063afba2eb002e2cf114c39228..f95a35023c0f189eafee9bf34b5b748294130795 100644 |
--- a/Source/core/layout/svg/SVGResourcesCycleSolver.h |
+++ b/Source/core/layout/svg/SVGResourcesCycleSolver.h |
@@ -20,6 +20,7 @@ |
#ifndef SVGResourcesCycleSolver_h |
#define SVGResourcesCycleSolver_h |
+#include "wtf/Allocator.h" |
#include "wtf/HashSet.h" |
#include "wtf/Noncopyable.h" |
@@ -30,6 +31,7 @@ class LayoutSVGResourceContainer; |
class SVGResources; |
class SVGResourcesCycleSolver { |
+ STACK_ALLOCATED(); |
WTF_MAKE_NONCOPYABLE(SVGResourcesCycleSolver); |
public: |
SVGResourcesCycleSolver(LayoutObject*, SVGResources*); |