[Webkit-unassigned] [Bug 42025] 1336 files in WebCore rebuild when you touch SVGNames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 10 23:26:38 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42025





--- Comment #2 from Eric Seidel <eric at webkit.org>  2010-07-10 23:26:38 PST ---
    PassRefPtr<SVGAnimatedPropertyTearOff##UpperProperty> LowerProperty##Animated() \
    { \
        SVGElement* contextElement = GetOwnerElementForType<OwnerType, IsDerivedFromSVGElement<OwnerType>::value>::ownerElement(this); \
        return lookupOrCreateWrapper<AnimatedType, SVGAnimatedPropertyTearOff##UpperProperty>(contextElement, m_##LowerProperty, DOMAttribute); \
    }

Still uses DOMAttribute from the _DECLARE macro.  Seems we'll need to move that to the .cpp if we want to get rid of this crazy SVGNames sprawl.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list