Index: third_party/WebKit/Source/core/svg/PatternAttributes.h |
diff --git a/third_party/WebKit/Source/core/svg/PatternAttributes.h b/third_party/WebKit/Source/core/svg/PatternAttributes.h |
index 757ce96328be1d9fb8cee6bb069abef07402bdc9..fc915645ee93bcb245b86a8ae713f23773c40ca8 100644 |
--- a/third_party/WebKit/Source/core/svg/PatternAttributes.h |
+++ b/third_party/WebKit/Source/core/svg/PatternAttributes.h |
@@ -30,7 +30,7 @@ namespace blink { |
class SVGPatternElement; |
class PatternAttributes final { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
PatternAttributes() |
: m_x(SVGLength::create(SVGLengthMode::Width)) |