[Webkit-unassigned] [Bug 229171] New: Add thread safe WeakPtr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 16 17:06:52 PDT 2021


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

            Bug ID: 229171
           Summary: Add thread safe WeakPtr
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org

We need a thread safe version of WeakPtr.

It's not sufficient to make CanMakeThreadSafe thread safe for WeakPtr
since the object can be destructed as we grab the value out of WeakPtr.

Add a mechanism to safely create RefPtr or CheckedPtr out of them.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210817/c1dc7ab2/attachment.htm>


More information about the webkit-unassigned mailing list