[Webkit-unassigned] [Bug 130615] More preparation for using Soup on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 22 01:27:04 PDT 2014


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





--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-03-22 01:27:23 PST ---
(From update of attachment 227488)
View in context: https://bugs.webkit.org/attachment.cgi?id=227488&action=review

> Source/WebCore/loader/soup/CachedRawResourceSoup.cpp:22
> +
> +#if USE(SOUP)
> +

Why do you need this? you are not supposed to build this file if not using soup

> Source/WebCore/loader/soup/SubresourceLoaderSoup.cpp:22
> +
> +#if USE(SOUP)
> +

Ditto.

> Source/WebCore/platform/soup/SharedBufferSoup.cpp:22
> +
> +#if USE(SOUP)
> +

Ditto.

> Source/WebCore/platform/soup/URLSoup.cpp:29
> +
> +#if USE(SOUP)
> +

Ditto.

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