| Index: Source/core/svg/SVGDiscardElement.cpp
|
| diff --git a/Source/core/svg/SVGDiscardElement.cpp b/Source/core/svg/SVGDiscardElement.cpp
|
| index e308d715809c2ad5a150230d327531eaf63632ce..d8d82d1e62b4c20edb6513270404ecdcfbdc6391 100644
|
| --- a/Source/core/svg/SVGDiscardElement.cpp
|
| +++ b/Source/core/svg/SVGDiscardElement.cpp
|
| @@ -35,12 +35,14 @@
|
|
|
| namespace WebCore {
|
|
|
| -SVGDiscardElement::SVGDiscardElement(Document& document)
|
| +inline SVGDiscardElement::SVGDiscardElement(Document& document)
|
| : SVGSMILElement(SVGNames::discardTag, document)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| +DEFINE_NODE_FACTORY(SVGDiscardElement)
|
| +
|
| bool SVGDiscardElement::hasValidAttributeType()
|
| {
|
| // Even if there is no targetElement, discard is still a valid animation as it has to delete itself.
|
|
|