Index: Source/core/svg/SVGPathSegCurvetoCubic.h |
diff --git a/Source/core/svg/SVGPathSegCurvetoCubic.h b/Source/core/svg/SVGPathSegCurvetoCubic.h |
index 1bdc91917967ee24c12845da5237e784f6f1e479..2b28711e876b1709fb07eebd66ea7fc01a8e0bea 100644 |
--- a/Source/core/svg/SVGPathSegCurvetoCubic.h |
+++ b/Source/core/svg/SVGPathSegCurvetoCubic.h |
@@ -27,8 +27,8 @@ namespace blink { |
class SVGPathSegCurvetoCubic : public SVGPathSegWithContext { |
public: |
- SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) |
- : SVGPathSegWithContext(element, role) |
+ SVGPathSegCurvetoCubic(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) |
+ : SVGPathSegWithContext(element) |
, m_x(x) |
, m_y(y) |
, m_x1(x1) |