Index: Source/core/svg/SVGAltGlyphItemElement.h |
diff --git a/Source/core/svg/SVGAltGlyphItemElement.h b/Source/core/svg/SVGAltGlyphItemElement.h |
index 35d3bef0fbfa8b79cadd9b05cebf4edb92153a7e..400596dae3d2f1943983f669ee07b6c0d6a7c2b2 100644 |
--- a/Source/core/svg/SVGAltGlyphItemElement.h |
+++ b/Source/core/svg/SVGAltGlyphItemElement.h |
@@ -21,6 +21,7 @@ |
#define SVGAltGlyphItemElement_h |
#if ENABLE(SVG_FONTS) |
+#include "SVGNames.h" |
#include "core/svg/SVGElement.h" |
#include "wtf/Vector.h" |
@@ -38,6 +39,8 @@ private: |
virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; } |
}; |
+DEFINE_NODE_TYPE_CASTS(SVGAltGlyphItemElement, hasTagName(SVGNames::altGlyphItemTag)); |
+ |
} |
#endif |