[Webkit-unassigned] [Bug 82081] [SOUP] Implement WebFrameNetworkingContext for soup in WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 13:58:39 PDT 2012


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #133543|review?                     |review-
               Flag|                            |




--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2012-03-23 13:58:40 PST ---
(From update of attachment 133543)
View in context: https://bugs.webkit.org/attachment.cgi?id=133543&action=review

> Source/WebKit2/WebProcess/WebCoreSupport/soup/WebFrameNetworkingContext.cpp:29
> +
> +#include <WebCore/ResourceHandle.h>

Extra newline here.

> Source/WebKit2/WebProcess/WebCoreSupport/soup/WebFrameNetworkingContext.cpp:38
> +SoupSession* WebFrameNetworkingContext::soupSession() const
> +{
> +    return ResourceHandle::defaultSession();
> +}

This seems unused. I would prefer adding this when it's first used instead of introducing dead code now.

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