Index: Source/core/layout/shapes/PolygonShape.h |
diff --git a/Source/core/layout/shapes/PolygonShape.h b/Source/core/layout/shapes/PolygonShape.h |
index 86e574542689f5d527fd3ce9f437d4f30799bdf0..1ad286b1fa947470e8f86815b72a30e160958245 100644 |
--- a/Source/core/layout/shapes/PolygonShape.h |
+++ b/Source/core/layout/shapes/PolygonShape.h |
@@ -60,7 +60,7 @@ private: |
class PolygonShape final : public Shape { |
WTF_MAKE_NONCOPYABLE(PolygonShape); |
public: |
- PolygonShape(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule) |
+ PolygonShape(PassOwnPtr<Vector<FloatPoint>> vertices, WindRule fillRule) |
: Shape() |
, m_polygon(vertices, fillRule) |
{ |