[Webkit-unassigned] [Bug 62747] New: Try to use fastGetAttribute where possible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 12:39:22 PDT 2011


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

           Summary: Try to use fastGetAttribute where possible
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rwlbuis at gmail.com
                CC: zimmermann at kde.org


>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.

-- 
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