| 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 4313578e454b1b7244530dcfc295e12d0ba97784..07b849d93aa103b6edc82fbd88e5ad82a66e0a71 100644
|
| --- a/third_party/WebKit/Source/core/style/BasicShapes.h
|
| +++ b/third_party/WebKit/Source/core/style/BasicShapes.h
|
| @@ -75,8 +75,8 @@ class CORE_EXPORT BasicShape : public RefCounted<BasicShape> {
|
|
|
| #define DEFINE_BASICSHAPE_TYPE_CASTS(thisType) \
|
| DEFINE_TYPE_CASTS(thisType, BasicShape, value, \
|
| - value->type() == BasicShape::thisType##Type, \
|
| - value.type() == BasicShape::thisType##Type)
|
| + value->Type() == BasicShape::k##thisType##Type, \
|
| + value.Type() == BasicShape::k##thisType##Type)
|
|
|
| class BasicShapeCenterCoordinate {
|
| DISALLOW_NEW();
|
|
|