[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:23:22 PST 2012


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





--- Comment #11 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2012-12-26 10:25:30 PST ---
(In reply to comment #10)
> (From update of attachment 180673 [details])
> 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?
> > 
> > Sure. here it is.
> > ./Source/WebCore/loader/ResourceResponse.h,
> > ./Source/WebCore/loader/cache/CachedResource.h:33,
> > ./Source/WebCore/loader/cache/CachedResourceHandle.h:29,
> > ./Source/WebCore/loader/cache/CachedSVGDocumentReference.h:30,
> > ./Source/WebCore/platform/graphics/filters/FilterOperation.h:45,
> > ./Source/WebCore/platform/graphics/filters/FilterOperations.h:31,
> > ./Source/WebCore/platform/graphics/GraphicsLayer.h:34,   >> CSS_FILTERS define is here.
> > ./Source/WebKit/gtk/WebCoreSupport/AcceleratedCompositingContext.h:22,
> > ./Source/WebKit/gtk/webkit/webkitwebviewprivate.h:26
> 
> Thanks, but whoops! I should have also asked what fails when it isn't included.

Don't worry. I've kept the log.

In file included from ../../Source/WebKit/gtk/WebCoreSupport/ContextMenuClientGtk.cpp:33:0:
../../Source/WebKit/gtk/webkit/webkitwebviewprivate.h:132:139: error: invalid use of incomplete type ‘struct WebCore::ResourceResponse’
../../Source/WebCore/platform/network/ResourceHandle.h:87:7: error: forward declaration of ‘struct WebCore::ResourceResponse’
make[1]: *** [Source/WebKit/gtk/WebCoreSupport/libwebkitgtk_3_0_la-ContextMenuClientGtk.lo] Error 1
make[1]: *** Waiting for unfinished jobs....

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