[Webkit-unassigned] [Bug 98683] New: SVGResources should use HashSet<AtomicString> instead of HashSet<AtomicStringImpl*>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 8 13:37:02 PDT 2012


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

           Summary: SVGResources should use HashSet<AtomicString> instead
                    of HashSet<AtomicStringImpl*>
           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: eric at webkit.org
                CC: zimmermann at kde.org, krit at webkit.org, pdr at google.com


SVGResources should use HashSet<AtomicString> instead of HashSet<AtomicStringImpl*>

They do basically the same thing, and the former is much more common (and less code).  It's also safe, on the off-chance that we're using AtomicStrings which might otherwise go away.

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