[webkit-reviews] review granted: [Bug 134441] Create NSURLRequest lazily when USE(CFNETWORK) is enabled : [Attachment 234067] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 29 22:20:22 PDT 2014


Sam Weinig <sam at webkit.org> has granted Pratik Solanki <psolanki at apple.com>'s
request for review:
Bug 134441: Create NSURLRequest lazily when USE(CFNETWORK) is enabled
https://bugs.webkit.org/show_bug.cgi?id=134441

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

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


> Source/WebCore/platform/network/cf/ResourceRequestCFNet.cpp:199
> +    m_nsRequest = 0;

nullptr?

> Source/WebCore/platform/network/cf/ResourceRequestCFNet.cpp:234
> +    m_nsRequest = 0;

nullptr?

> Source/WebCore/platform/network/cf/ResourceRequestCFNet.cpp:346
> +    m_nsRequest = 0;

nullptr?


More information about the webkit-reviews mailing list