Index: third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h |
diff --git a/third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h b/third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h |
index 1db8982e6ebb4503aaed8695a257add6d9161cf9..acbfa6459e1bba490505fa5064380df78052d081 100644 |
--- a/third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h |
+++ b/third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h |
@@ -15,7 +15,7 @@ class LengthSVGInterpolation : public SVGInterpolation { |
public: |
typedef SVGLengthList ListType; |
struct NonInterpolableType { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
SVGLengthMode unitMode; |
SVGLengthNegativeValuesMode negativeValuesMode; |
}; |