Index: Source/core/svg/SVGLength.h |
diff --git a/Source/core/svg/SVGLength.h b/Source/core/svg/SVGLength.h |
index bdfafd1156ee20a56a387ac7d2693aab6fcb7e0f..6d242560c3bf091f9e8584b722593f6bc7d565cd 100644 |
--- a/Source/core/svg/SVGLength.h |
+++ b/Source/core/svg/SVGLength.h |
@@ -107,7 +107,7 @@ public: |
} |
static PassRefPtrWillBeRawPtr<SVGLength> fromCSSPrimitiveValue(CSSPrimitiveValue*); |
- static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> toCSSPrimitiveValue(PassRefPtrWillBeRawPtr<SVGLength>); |
+ static CSSPrimitiveValue toCSSPrimitiveValue(PassRefPtrWillBeRawPtr<SVGLength>); |
static SVGLengthMode lengthModeForAnimatedLengthAttribute(const QualifiedName&); |
PassRefPtrWillBeRawPtr<SVGLength> blend(PassRefPtrWillBeRawPtr<SVGLength> from, float progress) const; |