| Index: Source/core/svg/properties/SVGPathSegListPropertyTearOff.h
|
| ===================================================================
|
| --- Source/core/svg/properties/SVGPathSegListPropertyTearOff.h (revision 158536)
|
| +++ Source/core/svg/properties/SVGPathSegListPropertyTearOff.h (working copy)
|
| @@ -41,9 +41,6 @@
|
| return adoptRef(new SVGPathSegListPropertyTearOff(animatedProperty, role, pathSegRole, values, wrappers));
|
| }
|
|
|
| - SVGPathElement* contextElement() const;
|
| - SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty.get(); }
|
| -
|
| int findItem(const ListItemType& item) const
|
| {
|
| ASSERT(m_values);
|
| @@ -122,6 +119,8 @@
|
| {
|
| }
|
|
|
| + SVGPathElement* contextElement() const;
|
| +
|
| void clearContextAndRoles();
|
|
|
| using Base::m_role;
|
|
|