Index: Source/core/svg/SVGPathSegArc.h |
diff --git a/Source/core/svg/SVGPathSegArc.h b/Source/core/svg/SVGPathSegArc.h |
index 9edc561d0992ec19d66b2f3d94ab8097e59b0588..5d78eda8bb368fcdee05087c457a863a888668c8 100644 |
--- a/Source/core/svg/SVGPathSegArc.h |
+++ b/Source/core/svg/SVGPathSegArc.h |
@@ -27,8 +27,8 @@ namespace blink { |
class SVGPathSegArc : public SVGPathSegWithContext { |
public: |
- SVGPathSegArc(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) |
- : SVGPathSegWithContext(element, role) |
+ SVGPathSegArc(SVGPathElement* element, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) |
+ : SVGPathSegWithContext(element) |
, m_x(x) |
, m_y(y) |
, m_r1(r1) |