[Webkit-unassigned] [Bug 177458] New: Followup (r222427): SynchronizedFixedQueue should have a private constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 25 13:05:31 PDT 2017


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

            Bug ID: 177458
           Summary: Followup (r222427): SynchronizedFixedQueue should have
                    a private constructor
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com

Since SynchronizedFixedQueue is now derived from ThreadSafeRefCounted<SynchronizedFixedQueue>, the standard way to have an instance of it is to call SynchronizedFixedQueue::create() which returns a Ref<SynchronizedFixedQueue>. Now it does not make since to still have the constructor public.

-- 
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/20170925/e908ed59/attachment.html>


More information about the webkit-unassigned mailing list