| Index: third_party/WebKit/Source/core/svg/RadialGradientAttributes.h
|
| diff --git a/third_party/WebKit/Source/core/svg/RadialGradientAttributes.h b/third_party/WebKit/Source/core/svg/RadialGradientAttributes.h
|
| index 83a38568ff93e65506ba1f69a471fa96527e717e..7a752b7658e8a8211729f12d29e1650721079a64 100644
|
| --- a/third_party/WebKit/Source/core/svg/RadialGradientAttributes.h
|
| +++ b/third_party/WebKit/Source/core/svg/RadialGradientAttributes.h
|
| @@ -25,7 +25,7 @@
|
|
|
| namespace blink {
|
| struct RadialGradientAttributes final : GradientAttributes {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| RadialGradientAttributes()
|
| : m_cx(SVGLength::create(SVGLengthMode::Width))
|
|
|