[Webkit-unassigned] [Bug 105720] [GTK] Fix build failure and some nits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 26 10:03:17 PST 2012


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





--- Comment #8 from Martin Robinson <mrobinson at webkit.org>  2012-12-26 10:05:25 PST ---
(From update of attachment 180673)
View in context: https://bugs.webkit.org/attachment.cgi?id=180673&action=review

>>> Source/WebKit/gtk/webkit/webkitwebviewprivate.h:33
>>> +#include "ResourceResponse.h"
>> 
>> In what circumstances does build fail without this being added? What feature is enabled/disabled?
>> If it is of valid cause, please proceed with pushing to get this part of the patch landed.
> 
> I found adding ResourceResponse.h is required only with the option '--with-acceleration-backend=clutter'. and the main reason of missing header is due to not supporting css_filter with clutter AC. In other words, ResourceResponse.h is not reached when enabling AC clutter since css_filter is turned off.
> I think it'll be not bad that adding ResourceResponse.h explicitly here. Any idea?

Can you paste the header dependency chain?

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