| Index: Source/core/svg/SVGPathSegListTearOff.h
|
| diff --git a/Source/core/svg/SVGPathSegListTearOff.h b/Source/core/svg/SVGPathSegListTearOff.h
|
| index 61de43b9fccedc54d8272247b60dc1ddeb9e4e14..3d7894eddcd1fde8501adeea33347ce1222f2fc2 100644
|
| --- a/Source/core/svg/SVGPathSegListTearOff.h
|
| +++ b/Source/core/svg/SVGPathSegListTearOff.h
|
| @@ -60,9 +60,9 @@ public:
|
| }
|
| };
|
|
|
| -class SVGPathSegListTearOff FINAL :
|
| - public SVGListPropertyTearOffHelper<SVGPathSegListTearOff, SVGPathSegList>,
|
| - public ScriptWrappable {
|
| +class SVGPathSegListTearOff FINAL
|
| + : public SVGListPropertyTearOffHelper<SVGPathSegListTearOff, SVGPathSegList>
|
| + , public ScriptWrappable {
|
| public:
|
| static PassRefPtr<SVGPathSegListTearOff> create(PassRefPtr<SVGPathSegList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
|
| {
|
|
|