Index: Source/core/svg/SVGAngle.h |
diff --git a/Source/core/svg/SVGAngle.h b/Source/core/svg/SVGAngle.h |
index 1e79f557a2fe6cf95f4de9c12681c959225da7d6..9b38552e37ca414e8573ed7d0a9c92a652ff60b8 100644 |
--- a/Source/core/svg/SVGAngle.h |
+++ b/Source/core/svg/SVGAngle.h |
@@ -33,9 +33,11 @@ class SVGAngleTearOff; |
enum SVGMarkerOrientType { |
SVGMarkerOrientUnknown = 0, |
SVGMarkerOrientAuto, |
- SVGMarkerOrientAngle |
+ SVGMarkerOrientAngle, |
+ SVGMarkerOrientAutoStartReverse |
}; |
template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGMarkerOrientType>(); |
+template<> unsigned short getMaxExposedEnumValue<SVGMarkerOrientType>(); |
class SVGMarkerOrientEnumeration : public SVGEnumeration<SVGMarkerOrientType> { |
public: |