../WebCore/platform/gtk/RenderThemeGtk.cpp:821: warning: "GTK_API_VERSION_2" is not defined the problem is that it's using #if GTK_API_VERSION_2 instead of #ifdef
Created attachment 76756 [details] Patch to fix the warning
Comment on attachment 76756 [details] Patch to fix the warning Thanks!
Comment on attachment 76756 [details] Patch to fix the warning Rejecting attachment 76756 [details] from commit-queue. Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-3', 'apply-attachment', '--non-interactive', 76756]" exit_code: 2 Last 500 characters of output: ailed to merge in the changes. Patch failed at 0001 2010-12-16 Yury Semikhatsky <yurys@chromium.org> When you have resolved this problem run "git rebase --continue". If you would prefer to skip this patch, instead run "git rebase --skip". To restore the original branch and stop rebasing run "git rebase --abort". rebase refs/remotes/origin/master: command returned error: 1 Died at WebKitTools/Scripts/update-webkit line 132. Failed to run "['WebKitTools/Scripts/update-webkit']" exit_code: 2 Full output: http://queues.webkit.org/results/7179076
Comment on attachment 76756 [details] Patch to fix the warning Landed manually in r74246.
Closing.