Index: third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h b/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h |
index 1929b6c997edf6f9eb17481984bf34c4d5e57c46..3c646e40143227f0aa0af77b1a16ea9594e8e121 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h |
+++ b/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h |
@@ -34,7 +34,7 @@ enum SVGMarkerType { |
}; |
struct MarkerPosition { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
MarkerPosition(SVGMarkerType useType, const FloatPoint& useOrigin, float useAngle) |
: type(useType) |
, origin(useOrigin) |