void SVGAnimationElement::beginElement()
{
    beginElementAt(0);
}
Ejemplo n.º 2
0
bool SVGAnimationElement::beginElement(ExceptionCode &ec)
{
    return beginElementAt(0, ec);
}