| Index: Source/core/svg/SVGUnitTypes.h
|
| diff --git a/Source/core/svg/SVGUnitTypes.h b/Source/core/svg/SVGUnitTypes.h
|
| index 3e0dac5ff2763ea13d970e161886f9bd61b25b2c..fe8cbd6bef5cd5f9800e62a1956b9cf6c68ad9b8 100644
|
| --- a/Source/core/svg/SVGUnitTypes.h
|
| +++ b/Source/core/svg/SVGUnitTypes.h
|
| @@ -27,6 +27,7 @@
|
| namespace blink {
|
|
|
| class SVGUnitTypes : public RefCounted<SVGUnitTypes>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| enum SVGUnitType {
|
| SVG_UNIT_TYPE_UNKNOWN = 0,
|
| @@ -37,8 +38,9 @@ public:
|
| private:
|
| SVGUnitTypes(); // No instantiation.
|
| };
|
| +
|
| template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGUnitTypes::SVGUnitType>();
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGUnitTypes_h
|
|
|