[Webkit-unassigned] [Bug 128389] [GTK] Make process model names properly meaningful

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 7 14:08:01 PST 2014


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





--- Comment #5 from Adrian Perez <aperez at igalia.com>  2014-02-07 14:05:20 PST ---
(In reply to comment #3)
> (From update of attachment 223492 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=223492&
>
> > Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp:935
> > +    if (newProcessModel != context->priv->context->processModel()) {
> > +        context->priv->context->setUsesNetworkProcess(newProcessModel == ProcessModelMultipleSecondaryProcesses);
> > +        context->priv->context->setProcessModel(newProcessModel);
> 
> Nit: This should probably be an early return.

Updated patch, now there is an early return there :-)

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