Index: Source/core/svg/SVGSVGElement.h |
diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h |
index a9c696d576ccb7e855b67f2e9ed087296ddb84cc..f7063a8b4aafacbf0f52e06785678c41d5d581e9 100644 |
--- a/Source/core/svg/SVGSVGElement.h |
+++ b/Source/core/svg/SVGSVGElement.h |
@@ -175,13 +175,6 @@ private: |
friend class SVGCurrentTranslateTearOff; |
}; |
-inline bool isSVGSVGElement(const Node& node) |
-{ |
- return node.isSVGElement() && toSVGElement(node).isSVGSVGElement(); |
-} |
- |
-DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(SVGSVGElement); |
- |
} // namespace WebCore |
#endif |