| Index: Source/core/svg/SVGMarkerElement.h
|
| diff --git a/Source/core/svg/SVGMarkerElement.h b/Source/core/svg/SVGMarkerElement.h
|
| index cfbdd4b4b859eb8ea11d39100f84f7d39c393591..c84193a02d15a99ed3b5746f3c693968aa74d5cf 100644
|
| --- a/Source/core/svg/SVGMarkerElement.h
|
| +++ b/Source/core/svg/SVGMarkerElement.h
|
| @@ -165,12 +165,6 @@ private:
|
| mutable SVGSynchronizableAnimatedProperty<SVGMarkerOrientType> m_orientType;
|
| };
|
|
|
| -inline SVGMarkerElement* toSVGMarkerElement(Node* node)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!node || node->hasTagName(SVGNames::markerTag));
|
| - return static_cast<SVGMarkerElement*>(node);
|
| -}
|
| -
|
| }
|
|
|
| #endif
|
|
|