[webkit-reviews] review granted: [Bug 134711] WKProcessPoolConfigurationPrivate's maximumProcessCount property has no effect : [Attachment 234581] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 8 12:22:20 PDT 2014


mitz at webkit.org <mitz at webkit.org> has granted Tim Horton <thorton at apple.com>'s
request for review:
Bug 134711: WKProcessPoolConfigurationPrivate's maximumProcessCount property
has no effect
https://bugs.webkit.org/show_bug.cgi?id=134711

Attachment 234581: patch
https://bugs.webkit.org/attachment.cgi?id=234581&action=review

------- Additional Comments from mitz at webkit.org <mitz at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=234581&action=review


> Source/WebKit2/UIProcess/API/Cocoa/WKProcessPool.mm:173
> +   
_context->setMaximumNumberOfProcesses(configuration.maximumProcessCount);

Everywhere else in this method we use the instance variable _configuration, not
the parameter.


More information about the webkit-reviews mailing list