[Webkit-unassigned] [Bug 10490] remove broken SVGAnimated* code

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Aug 29 01:46:40 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10490





------- Comment #10 from mjs at apple.com  2006-08-29 01:46 PDT -------
I think a lot of the macro stuff could be done more cleanly with templates. For
instance, instead of the macro for the various baseValue getters, you could
have:

template <typename ValueType, ValueType emptyValue> 
ValueType SVGDocumentExtensions::baseValue(const SVGElement* element, const
AtomicString& propertyName) const
{
    HashMap<StringImpl*, ValueType> propertyMap =
baseValueMap<ValueType>().get(element); 
    .... 
}


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list