| Index: Source/core/svg/SVGMarkerElement.h
|
| diff --git a/Source/core/svg/SVGMarkerElement.h b/Source/core/svg/SVGMarkerElement.h
|
| index 07ac433367d3e55c20517bbf3d557b3960f89f95..71593e7d74def0f5078ba1125bc7889cbb1625d0 100644
|
| --- a/Source/core/svg/SVGMarkerElement.h
|
| +++ b/Source/core/svg/SVGMarkerElement.h
|
| @@ -155,10 +155,10 @@ public:
|
| // Custom 'orientType' property.
|
| static void synchronizeOrientType(SVGElement* contextElement);
|
| static PassRefPtr<SVGAnimatedProperty> lookupOrCreateOrientTypeWrapper(SVGElement* contextElement);
|
| - SVGMarkerOrientType& orientType() const { return m_orientType.value; }
|
| + SVGMarkerOrientType& orientTypeCurrentValue() const { return m_orientType.value; }
|
| SVGMarkerOrientType& orientTypeBaseValue() const { return m_orientType.value; }
|
| void setOrientTypeBaseValue(const SVGMarkerOrientType& type) { m_orientType.value = type; }
|
| - PassRefPtr<SVGAnimatedEnumerationPropertyTearOff<SVGMarkerOrientType> > orientTypeAnimated();
|
| + PassRefPtr<SVGAnimatedEnumerationPropertyTearOff<SVGMarkerOrientType> > orientType();
|
|
|
| private:
|
| mutable SVGSynchronizableAnimatedProperty<SVGMarkerOrientType> m_orientType;
|
|
|