| Index: Source/core/svg/SVGTextPathElement.h
|
| diff --git a/Source/core/svg/SVGTextPathElement.h b/Source/core/svg/SVGTextPathElement.h
|
| index bf9d43b5c7067bb553296e436026b4ce9707a100..9f0e85edb919709bad205e14991c9d73add5e66a 100644
|
| --- a/Source/core/svg/SVGTextPathElement.h
|
| +++ b/Source/core/svg/SVGTextPathElement.h
|
| @@ -43,6 +43,7 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPath
|
|
|
| class SVGTextPathElement FINAL : public SVGTextContentElement,
|
| public SVGURIReference {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| // Forward declare enumerations in the W3C naming scheme, for IDL generation.
|
| enum {
|
| @@ -87,4 +88,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGTextPathElement_h
|
|
|