| Index: Source/core/svg/SVGRectTearOff.cpp
|
| diff --git a/Source/core/svg/SVGRectTearOff.cpp b/Source/core/svg/SVGRectTearOff.cpp
|
| index a32a411e06ca24999d249c5ffc59092a060902e1..13e410e70674e630d958f0f742b0ecae48dbf939 100644
|
| --- a/Source/core/svg/SVGRectTearOff.cpp
|
| +++ b/Source/core/svg/SVGRectTearOff.cpp
|
| @@ -34,10 +34,11 @@
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| +#include "core/svg/SVGElement.h"
|
|
|
| namespace blink {
|
|
|
| -SVGRectTearOff::SVGRectTearOff(PassRefPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
|
| +SVGRectTearOff::SVGRectTearOff(PassRefPtrWillBeRawPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
|
| : SVGPropertyTearOff<SVGRect>(target, contextElement, propertyIsAnimVal, attributeName)
|
| {
|
| }
|
|
|