Index: Source/core/layout/svg/SVGTextLayoutEngine.h |
diff --git a/Source/core/layout/svg/SVGTextLayoutEngine.h b/Source/core/layout/svg/SVGTextLayoutEngine.h |
index 0058c147019c7c53df35d6e8d740353d1556ecd3..7a4815134cde2899d573e08bc2f5a12899af4812 100644 |
--- a/Source/core/layout/svg/SVGTextLayoutEngine.h |
+++ b/Source/core/layout/svg/SVGTextLayoutEngine.h |
@@ -25,6 +25,7 @@ |
#include "core/layout/svg/SVGTextLayoutAttributes.h" |
#include "core/layout/svg/SVGTextMetrics.h" |
#include "platform/graphics/Path.h" |
+#include "wtf/Allocator.h" |
#include "wtf/Vector.h" |
namespace blink { |
@@ -44,6 +45,7 @@ class SVGInlineTextBox; |
// which are stored in the SVGInlineTextBox objects. |
class SVGTextLayoutEngine { |
+ STACK_ALLOCATED(); |
WTF_MAKE_NONCOPYABLE(SVGTextLayoutEngine); |
public: |
SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes*>&); |