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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 25 00:46:02 PDT 2014


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





--- Comment #2 from Darin Adler <darin at apple.com>  2014-08-25 00:46:08 PST ---
(From update of attachment 237062)
View in context: https://bugs.webkit.org/attachment.cgi?id=237062&action=review

> Source/WebKit2/WebProcess/Network/WebResourceLoadScheduler.h:66
> +protected:
> +    WebResourceLoadScheduler();
> +    virtual ~WebResourceLoadScheduler();

Why protected instead of private?

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