Index: Source/core/svg/SVGPathSegLinetoVertical.h |
diff --git a/Source/core/svg/SVGPathSegLinetoVertical.h b/Source/core/svg/SVGPathSegLinetoVertical.h |
index cd1ff3b467b6e8f8c7fa953097a85be3fc55d8a0..64467727cac6aa1f8b686723da739759028aa555 100644 |
--- a/Source/core/svg/SVGPathSegLinetoVertical.h |
+++ b/Source/core/svg/SVGPathSegLinetoVertical.h |
@@ -27,8 +27,8 @@ namespace blink { |
class SVGPathSegLinetoVertical : public SVGPathSegWithContext { |
public: |
- SVGPathSegLinetoVertical(SVGPathElement* element, SVGPathSegRole role, float y) |
- : SVGPathSegWithContext(element, role) |
+ SVGPathSegLinetoVertical(SVGPathElement* element, float y) |
+ : SVGPathSegWithContext(element) |
, m_y(y) |
{ |
} |