Index: Source/core/layout/svg/LayoutSVGInlineText.h |
diff --git a/Source/core/layout/svg/LayoutSVGInlineText.h b/Source/core/layout/svg/LayoutSVGInlineText.h |
index 7525a00dd7d9b06ef20c9a0bbf5f3bef121d7a62..33f3f351b6ff7b0d8756fa4beb53c26cdd3bb168 100644 |
--- a/Source/core/layout/svg/LayoutSVGInlineText.h |
+++ b/Source/core/layout/svg/LayoutSVGInlineText.h |
@@ -70,6 +70,7 @@ private: |
DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutSVGInlineText, isSVGInlineText()); |
class SVGInlineTextMetricsIterator { |
+ DISALLOW_ALLOCATION(); |
public: |
SVGInlineTextMetricsIterator() { reset(nullptr); } |