PassRefPtr<SVGAnimatedProperty> SVGTextContentElement::lookupOrCreateTextLengthWrapper(SVGElement* contextElement) { ASSERT(contextElement); SVGTextContentElement* ownerType = toSVGTextContentElement(contextElement); return SVGAnimatedProperty::lookupOrCreateWrapper<SVGTextContentElement, SVGAnimatedLength, SVGLength> (ownerType, textLengthPropertyInfo(), ownerType->m_textLength.value); }
PassRefPtr<SVGAnimatedProperty> SVGTextContentElement::lookupOrCreateTextLengthWrapper(void* contextElement) { ASSERT(contextElement); SVGTextContentElement* ownerType = static_cast<SVGTextContentElement*>(contextElement); return SVGAnimatedProperty::lookupOrCreateWrapper<SVGTextContentElement, SVGAnimatedLength, SVGLength, true> (ownerType, textLengthPropertyInfo(), ownerType->m_textLength.value); }