Index: third_party/WebKit/Source/core/style/BorderImageLengthBox.h |
diff --git a/third_party/WebKit/Source/core/style/BorderImageLengthBox.h b/third_party/WebKit/Source/core/style/BorderImageLengthBox.h |
index bff13dedaf0ffa4a30bb2d1525d62dac2995a919..e5fe1d510b148160c392b702da72037730286925 100644 |
--- a/third_party/WebKit/Source/core/style/BorderImageLengthBox.h |
+++ b/third_party/WebKit/Source/core/style/BorderImageLengthBox.h |
@@ -41,7 +41,7 @@ namespace blink { |
// http://www.w3.org/TR/css3-background/#border-image-width |
// http://www.w3.org/TR/css3-background/#border-image-outset |
class BorderImageLengthBox { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
BorderImageLengthBox(Length length) |
: m_left(length) |