| Index: Source/core/svg/SVGUseElement.h
|
| diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h
|
| index 459cb2b46c2c4882aa74e5b2ff7cb7a66d3388b0..3cc6b6bb7ec531400b2c16c98be2f3e1a9d4968f 100644
|
| --- a/Source/core/svg/SVGUseElement.h
|
| +++ b/Source/core/svg/SVGUseElement.h
|
| @@ -126,11 +126,7 @@ private:
|
| Timer<SVGElement> m_svgLoadEventTimer;
|
| };
|
|
|
| -inline SVGUseElement* toSVGUseElement(Node* node)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!node || node->hasTagName(SVGNames::useTag));
|
| - return static_cast<SVGUseElement*>(node);
|
| -}
|
| +DEFINE_NODE_TYPE_CASTS(SVGUseElement, hasTagName(SVGNames::useTag));
|
|
|
| }
|
|
|
|
|