| Index: Source/core/svg/SVGTextPositioningElement.h
|
| diff --git a/Source/core/svg/SVGTextPositioningElement.h b/Source/core/svg/SVGTextPositioningElement.h
|
| index 490579961474019940f01305d9080aafa312deac..6db4486ba74b6bcc173d97307f2eb18d71869503 100644
|
| --- a/Source/core/svg/SVGTextPositioningElement.h
|
| +++ b/Source/core/svg/SVGTextPositioningElement.h
|
| @@ -29,6 +29,7 @@
|
| namespace blink {
|
|
|
| class SVGTextPositioningElement : public SVGTextContentElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static SVGTextPositioningElement* elementFromRenderer(RenderObject*);
|
|
|
| @@ -62,4 +63,4 @@ DEFINE_SVGELEMENT_TYPE_CASTS_WITH_FUNCTION(SVGTextPositioningElement);
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGTextPositioningElement_h
|
|
|