| Index: third_party/WebKit/Source/core/svg/SVGStringListTearOff.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGStringListTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGStringListTearOff.cpp
|
| index 80adbf222800257dfb2b5c7c33d0e6b3c1b5979f..c0252b1a1b7e22e109f130cd1ca7015dda695511 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGStringListTearOff.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGStringListTearOff.cpp
|
| @@ -34,7 +34,7 @@
|
|
|
| namespace blink {
|
|
|
| -SVGStringListTearOff::SVGStringListTearOff(PassRefPtrWillBeRawPtr<SVGStringList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
|
| +SVGStringListTearOff::SVGStringListTearOff(RawPtr<SVGStringList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
|
| : SVGPropertyTearOff<SVGStringList>(target, contextElement, propertyIsAnimVal, attributeName)
|
| {
|
| }
|
|
|