Index: third_party/WebKit/Source/core/style/BasicShapes.h |
diff --git a/third_party/WebKit/Source/core/style/BasicShapes.h b/third_party/WebKit/Source/core/style/BasicShapes.h |
index e21249b13b6d9da000ac3dddeff62343bdf47316..260432572fd0bf232e8232b73ebd07b1b9b91f25 100644 |
--- a/third_party/WebKit/Source/core/style/BasicShapes.h |
+++ b/third_party/WebKit/Source/core/style/BasicShapes.h |
@@ -78,7 +78,7 @@ protected: |
DEFINE_TYPE_CASTS(thisType, BasicShape, value, value->type() == BasicShape::thisType##Type, value.type() == BasicShape::thisType##Type) |
class BasicShapeCenterCoordinate { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
enum Direction { |
TopLeft, |
@@ -117,7 +117,7 @@ private: |
}; |
class BasicShapeRadius { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
enum Type { |
Value, |