Index: Source/core/svg/SVGMissingGlyphElement.h |
diff --git a/Source/core/svg/SVGMissingGlyphElement.h b/Source/core/svg/SVGMissingGlyphElement.h |
index fa1ef31a74805aea9e32c6921cde8cfb0498af8f..7548afc7618f6e76ca070516b8f9331fba5f31b3 100644 |
--- a/Source/core/svg/SVGMissingGlyphElement.h |
+++ b/Source/core/svg/SVGMissingGlyphElement.h |
@@ -36,8 +36,6 @@ private: |
virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; } |
}; |
-DEFINE_NODE_TYPE_CASTS(SVGMissingGlyphElement, hasTagName(SVGNames::missing_glyphTag)); |
- |
} // namespace WebCore |
#endif // ENABLE(SVG_FONTS) |