[Webkit-unassigned] [Bug 109864] New: No easy way to use a RetainPtr as a key in a HashMap using object (rather than pointer) equality

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 14:25:47 PST 2013


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

           Summary: No easy way to use a RetainPtr as a key in a HashMap
                    using object (rather than pointer) equality
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


A HashMap<RetainPtr<NSObject>, ValueType> uses pointer hashing and pointer equality rather than -hash and -isEqual:.

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