| Index: Source/core/svg/SVGStopElement.h
|
| diff --git a/Source/core/svg/SVGStopElement.h b/Source/core/svg/SVGStopElement.h
|
| index a43d7cd7256728120d3b148cc34d7f69d41a87f8..30a0ee61ea556f10a16a66f90d90ffa0df9ebadf 100644
|
| --- a/Source/core/svg/SVGStopElement.h
|
| +++ b/Source/core/svg/SVGStopElement.h
|
| @@ -50,13 +50,6 @@ private:
|
| RefPtr<SVGAnimatedNumber> m_offset;
|
| };
|
|
|
| -inline bool isSVGStopElement(const Node& node)
|
| -{
|
| - return node.isSVGElement() && toSVGElement(node).isGradientStop();
|
| -}
|
| -
|
| -DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(SVGStopElement);
|
| -
|
| } // namespace WebCore
|
|
|
| #endif
|
|
|