| Index: third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
|
| index 746244e31ce4768e6279e9e04e2e1b170664033a..e508d4c2397b857d010c57a8fd2b2382727ef110 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace blink {
|
|
|
| -SVGNumberTearOff::SVGNumberTearOff(PassRefPtrWillBeRawPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
|
| +SVGNumberTearOff::SVGNumberTearOff(RawPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
|
| : SVGPropertyTearOff<SVGNumber>(target, contextElement, propertyIsAnimVal, attributeName)
|
| {
|
| }
|
|
|