[Webkit-unassigned] [Bug 111845] [SOUP] Soup disk cache should respect the diskCacheDirectory from the process initial parameters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 04:40:54 PST 2013


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





--- Comment #3 from Christophe Dumez <dchris at gmail.com>  2013-03-08 04:43:18 PST ---
(From update of attachment 192199)
View in context: https://bugs.webkit.org/attachment.cgi?id=192199&action=review

Looks good, thanks.

> Source/WebKit2/WebProcess/soup/WebProcessSoup.cpp:167
> +    ASSERT(!parameters.diskCacheDirectory.isEmpty() && !parameters.diskCacheDirectory.isNull());

The isNull() check is superfluous here as it is already checked inside isEmpty().

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