Index: Source/core/svg/SVGFontElement.h |
diff --git a/Source/core/svg/SVGFontElement.h b/Source/core/svg/SVGFontElement.h |
index e1c83862470639a0fabe1e427053fd8bfc4631f9..df9fe58148b4e6906b930710d0dab2ba3fa39fcd 100644 |
--- a/Source/core/svg/SVGFontElement.h |
+++ b/Source/core/svg/SVGFontElement.h |
@@ -89,8 +89,6 @@ private: |
bool m_isGlyphCacheValid; |
}; |
-DEFINE_NODE_TYPE_CASTS(SVGFontElement, hasTagName(SVGNames::fontTag)); |
- |
} // namespace WebCore |
#endif // ENABLE(SVG_FONTS) |