[Webkit-unassigned] [Bug 136126] New: WebResourceLoadScheduler class has a public constructor although it is a singleton.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 21 02:07:47 PDT 2014


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

           Summary: WebResourceLoadScheduler class has a public
                    constructor although it is a singleton.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: a.malewski at samsung.com


WebResourceLoadScheduler class is a singleton but has public constructor. Access to constructor needs to be changed from public to protected. There is also need to implement a function that is responsible for returning reference to immortal object.

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