| Index: Source/core/rendering/shapes/RectangleShape.h
|
| diff --git a/Source/core/rendering/shapes/RectangleShape.h b/Source/core/rendering/shapes/RectangleShape.h
|
| index f518135c9e14dc03bfdd61a2736544c2c2ea9175..a9c9b4bf4ad070141effee319e7d17914cb89f0d 100644
|
| --- a/Source/core/rendering/shapes/RectangleShape.h
|
| +++ b/Source/core/rendering/shapes/RectangleShape.h
|
| @@ -39,7 +39,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class RectangleShape : public Shape {
|
| +class RectangleShape FINAL : public Shape {
|
| public:
|
| RectangleShape(const FloatRect& bounds, const FloatSize& radii)
|
| : Shape()
|
|
|