Index: Source/core/svg/SVGAnimateElement.cpp |
diff --git a/Source/core/svg/SVGAnimateElement.cpp b/Source/core/svg/SVGAnimateElement.cpp |
index ec98d98a120074d21c5b85a4fd1490ed469d8acd..2ae5e35dde2c6ea21e8d4210686337a6ca4d0f3d 100644 |
--- a/Source/core/svg/SVGAnimateElement.cpp |
+++ b/Source/core/svg/SVGAnimateElement.cpp |
@@ -37,7 +37,6 @@ namespace blink { |
SVGAnimateElement::SVGAnimateElement(const QualifiedName& tagName, Document& document) |
: SVGAnimationElement(tagName, document) |
{ |
- ASSERT(isSVGAnimateElement(*this)); |
ScriptWrappable::init(this); |
} |