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