Index: third_party/WebKit/Source/core/style/BorderData.h |
diff --git a/third_party/WebKit/Source/core/style/BorderData.h b/third_party/WebKit/Source/core/style/BorderData.h |
index e96b5a26cecba1da2b729f66ee4536892672cba1..2e1dc4a1ed94c27dea0b11f3f0ca08b87da61a9c 100644 |
--- a/third_party/WebKit/Source/core/style/BorderData.h |
+++ b/third_party/WebKit/Source/core/style/BorderData.h |
@@ -34,7 +34,7 @@ |
namespace blink { |
class BorderData { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
friend class ComputedStyle; |
public: |
BorderData() : m_topLeft(Length(0, Fixed), Length(0, Fixed)) |