[Webkit-unassigned] [Bug 25072] CSS21 attribute selectors not dynamic for xml

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 01:00:08 PDT 2009


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





------- Comment #9 from hyatt at apple.com  2009-06-19 01:00 PDT -------
(From update of attachment 30768)
Fix the funny style in:

if (   ! (attr->isMappedAttribute() && isStyledElement())

Don't need all those extra spaces.

My big concern with this change is just performance.  Extra virtual function
calls being made on every attributeChanged could be an issue.


-- 
Configure bugmail: https://bugs.webkit.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