Index: Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h |
diff --git a/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h b/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h |
index 5d5ddedee9644d00e4d37988bad67f6fd0e03505..a468d36a57e58cc9208695e0789e8583ccb1f9b3 100644 |
--- a/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h |
+++ b/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h |
@@ -22,6 +22,7 @@ |
#include "core/layout/svg/SVGTextLayoutAttributes.h" |
#include "platform/heap/Handle.h" |
+#include "wtf/Allocator.h" |
#include "wtf/Vector.h" |
#include "wtf/text/Unicode.h" |
@@ -41,6 +42,7 @@ class SVGTextPositioningElement; |
// The second layout phase is carried out by SVGTextLayoutEngine. |
class SVGTextLayoutAttributesBuilder { |
+ DISALLOW_ALLOCATION(); |
WTF_MAKE_NONCOPYABLE(SVGTextLayoutAttributesBuilder); |
public: |
SVGTextLayoutAttributesBuilder(); |