void SVGAnimationElement::beginElement()
{
    beginElementAt(0);
}
Example #2
0
bool SVGAnimationElement::beginElement(ExceptionCode &ec)
{
    return beginElementAt(0, ec);
}