[Webkit-unassigned] [Bug 48841] New: Remove special handling of HashTableDeletedValue in PlatformRefPtr and manually manage memory that cannot be controlled by HashTraits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 2 08:55:40 PDT 2010


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

           Summary: Remove special handling of HashTableDeletedValue in
                    PlatformRefPtr and manually manage memory that cannot
                    be controlled by HashTraits
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org


https://bugs.webkit.org/show_bug.cgi?id=46794 introduced handling of HashTableDeletedValue into the smart point directly. This was incorrect. Instead, in places where class members track whether or not their parent has been deleted from a hash table, use manual memory management for those members.

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