| Index: Source/core/svg/SVGAltGlyphElement.h
|
| diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h
|
| index 790f0d7b4d3ef37d22d3ebd32d9f5a3e489e6af7..8e34a38786537e5fea1645c266b96b5fa15a652a 100644
|
| --- a/Source/core/svg/SVGAltGlyphElement.h
|
| +++ b/Source/core/svg/SVGAltGlyphElement.h
|
| @@ -34,6 +34,7 @@ class ExceptionState;
|
|
|
| class SVGAltGlyphElement FINAL : public SVGTextPositioningElement,
|
| public SVGURIReference {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGAltGlyphElement);
|
|
|
| @@ -52,5 +53,5 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| -#endif
|
| +#endif // ENABLE(SVG_FONTS)
|
| +#endif // SVGAltGlyphElement_h
|
|
|