Instead of sharing the webkit1 gtk api directory, move the headers to <webkitdom/webkitdom.h>.
Created attachment 178782 [details] Patch
Created attachment 178786 [details] Updated patch to apply on current git master
I think EWS failed because it requires a clean build, I wonder why it didn't generate the bindings again, since the patch modifies the generator script, though.
Attachment 178786 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'ChangeLog', u'GNUmakefile.am', u'Source/We..." exit_code: 1 Source/WebKit/gtk/webkit/webkitdom.h:20: #ifndef header guard has wrong style, please use: webkitdom_h [build/header_guard] [5] Total errors found: 1 in 48 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 178816 [details] Try to fix the build Build break was indeed my fault, I forgot to add new variable for built sources to BUILT_SOURCES. Thanks kov!
Attachment 178816 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'ChangeLog', u'GNUmakefile.am', u'Source/We..." exit_code: 1 Source/WebKit/gtk/webkit/webkitdom.h:20: #ifndef header guard has wrong style, please use: webkitdom_h [build/header_guard] [5] Total errors found: 1 in 48 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 178816 [details] Try to fix the build Clearing flags on attachment: 178816 Committed r137329: <http://trac.webkit.org/changeset/137329>
All reviewed patches have been landed. Closing bug.