Index: Source/core/svg/SVGPathSegLinetoHorizontal.h |
diff --git a/Source/core/svg/SVGPathSegLinetoHorizontal.h b/Source/core/svg/SVGPathSegLinetoHorizontal.h |
index cf6bcba643a245423c3ebcded2de18f02e50584b..a937048402a792f4b3b19a3b51f40b315342fa25 100644 |
--- a/Source/core/svg/SVGPathSegLinetoHorizontal.h |
+++ b/Source/core/svg/SVGPathSegLinetoHorizontal.h |
@@ -27,8 +27,8 @@ namespace blink { |
class SVGPathSegLinetoHorizontal : public SVGPathSegWithContext { |
public: |
- SVGPathSegLinetoHorizontal(SVGPathElement* element, SVGPathSegRole role, float x) |
- : SVGPathSegWithContext(element, role) |
+ SVGPathSegLinetoHorizontal(SVGPathElement* element, float x) |
+ : SVGPathSegWithContext(element) |
, m_x(x) |
{ |
} |