| 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 225af2fcad96ca9aa57727ef3337ffec9361d048..8d54515ac1546ae698bfba2a35d08ebc86c47c48 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();
|
|
|