RESOLVED FIXED 62747
Try to use fastGetAttribute where possible
https://bugs.webkit.org/show_bug.cgi?id=62747
Summary Try to use fastGetAttribute where possible
Rob Buis
Reported 2011-06-15 12:39:22 PDT
From the comment in Element.h: // Call this to get the value of an attribute that is known not to be the style // attribute or one of the SVG animatable attributes. bool fastHasAttribute(const QualifiedName&) const; const AtomicString& fastGetAttribute(const QualifiedName&) const; There are places in SVG where we do not need to call getAttribute but can use fastGetAttribute, fix that.
Attachments
Patch (32.93 KB, patch)
2011-06-15 13:17 PDT, Rob Buis
darin: review+
Rob Buis
Comment 1 2011-06-15 13:17:06 PDT
Rob Buis
Comment 2 2011-06-15 18:54:55 PDT
Note You need to log in before you can comment on or make changes to this bug.