Index: Source/core/svg/SVGLength.h |
diff --git a/Source/core/svg/SVGLength.h b/Source/core/svg/SVGLength.h |
index fede46b056b0096d6cdbd5e233787e871d31481b..18181b604a114f765b61e5e37227c2d2e5b185b9 100644 |
--- a/Source/core/svg/SVGLength.h |
+++ b/Source/core/svg/SVGLength.h |
@@ -25,7 +25,6 @@ |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
#include "core/svg/SVGLengthContext.h" |
#include "core/svg/properties/NewSVGProperty.h" |
-#include "heap/Handle.h" |
namespace WebCore { |
@@ -91,7 +90,7 @@ |
} |
static PassRefPtr<SVGLength> fromCSSPrimitiveValue(CSSPrimitiveValue*); |
- static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> toCSSPrimitiveValue(PassRefPtr<SVGLength>); |
+ static PassRefPtr<CSSPrimitiveValue> toCSSPrimitiveValue(PassRefPtr<SVGLength>); |
static SVGLengthMode lengthModeForAnimatedLengthAttribute(const QualifiedName&); |
PassRefPtr<SVGLength> blend(PassRefPtr<SVGLength> from, float progress) const; |