Index: Source/core/svg/SVGAltGlyphElement.h |
diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h |
index 7fcb7487a6fbd4a810a9f2a0c1a55e662e5ad63a..dd7f0f55d9cd143453d83c926569110e8581d968 100644 |
--- a/Source/core/svg/SVGAltGlyphElement.h |
+++ b/Source/core/svg/SVGAltGlyphElement.h |
@@ -23,6 +23,7 @@ |
#define SVGAltGlyphElement_h |
#if ENABLE(SVG_FONTS) |
+#include "SVGNames.h" |
#include "core/svg/SVGTextPositioningElement.h" |
#include "core/svg/SVGURIReference.h" |
#include "wtf/Vector.h" |
@@ -55,6 +56,8 @@ private: |
END_DECLARE_ANIMATED_PROPERTIES |
}; |
+DEFINE_NODE_TYPE_CASTS(SVGAltGlyphElement, hasTagName(SVGNames::altGlyphTag)); |
+ |
} // namespace WebCore |
#endif |