| Index: Source/core/svg/SVGStringListTearOff.h
|
| diff --git a/Source/core/svg/SVGStringListTearOff.h b/Source/core/svg/SVGStringListTearOff.h
|
| index ed7419a339d3ab77b14c042e4dd3ab95db7f7313..084bc4dfa188849d7b1fe70e8facab4c28ee87e9 100644
|
| --- a/Source/core/svg/SVGStringListTearOff.h
|
| +++ b/Source/core/svg/SVGStringListTearOff.h
|
| @@ -32,11 +32,11 @@
|
| #define SVGStringListTearOff_h
|
|
|
| #include "core/svg/SVGStringList.h"
|
| -#include "core/svg/properties/NewSVGPropertyTearOff.h"
|
| +#include "core/svg/properties/SVGPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
| -class SVGStringListTearOff : public NewSVGPropertyTearOff<SVGStringList>, public ScriptWrappable {
|
| +class SVGStringListTearOff : public SVGPropertyTearOff<SVGStringList>, public ScriptWrappable {
|
| public:
|
| static PassRefPtr<SVGStringListTearOff> create(PassRefPtr<SVGStringList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName())
|
| {
|
|
|