[webkit-reviews] review denied: [Bug 103748] [BlackBerry] Adding checks for null when checking cookie status in CookieJarBlackBerry : [Attachment 176970] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 30 08:06:10 PST 2012


Rob Buis <rwlbuis at gmail.com> has denied otcheung at rim.com's request for review:
Bug 103748: [BlackBerry] Adding checks for null when checking cookie status in
CookieJarBlackBerry
https://bugs.webkit.org/show_bug.cgi?id=103748

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

------- Additional Comments from Rob Buis <rwlbuis at gmail.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=176970&action=review


> Source/WebCore/loader/blackberry/CookieJarBlackBerry.cpp:51
> +    if (!(document && document->settings() &&
document->settings()->cookieEnabled()))

Looks like you can reuse cookiesEnabled.


More information about the webkit-reviews mailing list