| Index: Source/core/svg/SVGPathSegListTearOff.h
|
| diff --git a/Source/core/svg/SVGPathSegListTearOff.h b/Source/core/svg/SVGPathSegListTearOff.h
|
| index 3d7894eddcd1fde8501adeea33347ce1222f2fc2..9e8538123bca454d484d2f5e4f38b59b5c3c1c03 100644
|
| --- a/Source/core/svg/SVGPathSegListTearOff.h
|
| +++ b/Source/core/svg/SVGPathSegListTearOff.h
|
| @@ -63,6 +63,7 @@ public:
|
| class SVGPathSegListTearOff FINAL
|
| : public SVGListPropertyTearOffHelper<SVGPathSegListTearOff, SVGPathSegList>
|
| , public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGPathSegListTearOff> create(PassRefPtr<SVGPathSegList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
|
| {
|
| @@ -79,4 +80,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SVGPathSegListTearOff_h_
|
| +#endif // SVGPathSegListTearOff_h
|
|
|