[webkit-reviews] review granted: [Bug 110926] Can't use fastGetAttribute with WebCore::HTMLNames::classAttr when element is a SVGStyledElement : [Attachment 190393] Only use fast path when you don't have a SVG element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 16:47:15 PST 2013


Tim 'mithro' Ansell <mithro at mithis.com> has granted  review:
Bug 110926: Can't use fastGetAttribute with WebCore::HTMLNames::classAttr when
element is a SVGStyledElement
https://bugs.webkit.org/show_bug.cgi?id=110926

Attachment 190393: Only use fast path when you don't have a SVG element.
https://bugs.webkit.org/attachment.cgi?id=190393&action=review

------- Additional Comments from Tim 'mithro' Ansell <mithro at mithis.com>
The problem is that HTMLNames::classAttr for SVG elements is animatable, so we
need to use getAttribute rather than fastGetAttribute.

Please see http://code.google.com/p/chromium/issues/detail?id=178030 for more
complete details.


More information about the webkit-reviews mailing list