Index: third_party/WebKit/Source/core/layout/svg/SVGTextFragment.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextFragment.h b/third_party/WebKit/Source/core/layout/svg/SVGTextFragment.h |
index 6e700d766107432f6816f3464d4c454cd4f2255f..f215fd60e4f0a2724f390078cf53ce4b0536e23c 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/SVGTextFragment.h |
+++ b/third_party/WebKit/Source/core/layout/svg/SVGTextFragment.h |
@@ -27,7 +27,7 @@ namespace blink { |
// A SVGTextFragment describes a text fragment of a LayoutSVGInlineText which can be laid out at once. |
struct SVGTextFragment { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
SVGTextFragment() |
: characterOffset(0) |
, metricsListOffset(0) |