[Webkit-unassigned] [Bug 31639] New: Add asserts to RefCounted to make sure ref/deref happens on the right thread.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 12:43:04 PST 2009


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

           Summary: Add asserts to RefCounted to make sure ref/deref
                    happens on the right thread.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dimich at chromium.org


See bug 30612 and bug 31615 for history and comments.

The idea is that there should be an assert that a RefCounted is used on the
right thread. For cases when RefCounted is used cross-thread in a specific way
intentionally, there should be a mechanism to relax the check.

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