Index: Source/core/svg/SVGFontFaceUriElement.h |
diff --git a/Source/core/svg/SVGFontFaceUriElement.h b/Source/core/svg/SVGFontFaceUriElement.h |
index c545bec1b5809194f5c100c5745fe9f6dc85bc26..73c80e4ed6a99ad6f85a37a7123b7ae6ad27d568 100644 |
--- a/Source/core/svg/SVGFontFaceUriElement.h |
+++ b/Source/core/svg/SVGFontFaceUriElement.h |
@@ -52,8 +52,6 @@ private: |
ResourcePtr<FontResource> m_resource; |
}; |
-DEFINE_NODE_TYPE_CASTS(SVGFontFaceUriElement, hasTagName(SVGNames::font_face_uriTag)); |
- |
} // namespace WebCore |
#endif // ENABLE(SVG_FONTS) |