Patch in bug #98931 relies on the ENABLE_TOUCH_EVENTS define being available at the time of generating the code from the EventSenderProxy IDL, but the --defines switch is empty, so those functions are invariably opted out. I'm attaching a patch that adds $(feature_defines) so config defines are available when generating the code.
Created attachment 223090 [details] patch, adds $(feature_defines)
Comment on attachment 223090 [details] patch, adds $(feature_defines) Good catch! thanks
Comment on attachment 223090 [details] patch, adds $(feature_defines) hope it's not too late this might be causing issues when generating the api docs
See http://webkit-queues.appspot.com/results/4927924343930880
(In reply to comment #4) > See http://webkit-queues.appspot.com/results/4927924343930880 hmm, wait, this is probably the other patch that depends on this one
This one seems to be failing as well https://webkit-queues.appspot.com/results/5611648777715712
Comment on attachment 223090 [details] patch, adds $(feature_defines) I think EWS mixed both patches or something, let's try to land this, it shouldn't affect the GObject DOM bindings
Comment on attachment 223090 [details] patch, adds $(feature_defines) Clearing flags on attachment: 223090 Committed r163375: <http://trac.webkit.org/changeset/163375>
All reviewed patches have been landed. Closing bug.