Index: Source/core/svg/SVGGlyphElement.h |
diff --git a/Source/core/svg/SVGGlyphElement.h b/Source/core/svg/SVGGlyphElement.h |
index b4741e77077cb80262b8a4b79b4300b066d7b2a2..42f920f376a37f8d31649860fbde436327d49c90 100644 |
--- a/Source/core/svg/SVGGlyphElement.h |
+++ b/Source/core/svg/SVGGlyphElement.h |
@@ -58,8 +58,6 @@ private: |
void invalidateGlyphCache(); |
}; |
-DEFINE_NODE_TYPE_CASTS(SVGGlyphElement, hasTagName(SVGNames::glyphTag)); |
- |
} // namespace WebCore |
#endif // ENABLE(SVG_FONTS) |