Index: Source/core/svg/SVGGlyphRefElement.h |
diff --git a/Source/core/svg/SVGGlyphRefElement.h b/Source/core/svg/SVGGlyphRefElement.h |
index ae2588e8e24fd43196d67cdb4f8f338f44d09428..c36a9d022f176dbf8517bc6bc3723deb47a3d4c2 100644 |
--- a/Source/core/svg/SVGGlyphRefElement.h |
+++ b/Source/core/svg/SVGGlyphRefElement.h |
@@ -29,6 +29,7 @@ namespace blink { |
class SVGGlyphRefElement FINAL : public SVGElement, |
public SVGURIReference { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(SVGGlyphRefElement); |
@@ -62,7 +63,7 @@ private: |
float m_dy; |
}; |
-} |
+} // namespace blink |
-#endif |
-#endif |
+#endif // ENABLE(SVG_FONTS) |
+#endif // SVGGlyphRefElement_h |