| Index: Source/core/svg/SVGStringListTearOff.h
|
| diff --git a/Source/core/svg/SVGStringListTearOff.h b/Source/core/svg/SVGStringListTearOff.h
|
| index 900eaf4c363fdf65c62a3d4872c7022ae886446d..b447586045fc7b903f50cffa4488c52c75c7a4d8 100644
|
| --- a/Source/core/svg/SVGStringListTearOff.h
|
| +++ b/Source/core/svg/SVGStringListTearOff.h
|
| @@ -38,6 +38,7 @@
|
| namespace blink {
|
|
|
| class SVGStringListTearOff : public SVGPropertyTearOff<SVGStringList>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGStringListTearOff> create(PassRefPtr<SVGStringList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
|
| {
|
| @@ -145,4 +146,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SVGStringListTearOff_h_
|
| +#endif // SVGStringListTearOff_h
|
|
|