| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index ebdf634b567261213810850b825c766f4f829e61..05b7983aa3937f069a5df5dedf27608d711f61a4 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -229,6 +229,8 @@ struct SVGAttributeHashTranslator {
|
|
|
| DEFINE_ELEMENT_TYPE_CASTS(SVGElement, isSVGElement());
|
|
|
| +template <> inline bool isElementOfType<const SVGElement>(const Node& node) { return node.isSVGElement(); }
|
| +
|
| }
|
|
|
| #endif
|
|
|