This needs to match the new binary version set in http://trac.webkit.org/changeset/171846
Created attachment 236090 [details] Patch
Comment on attachment 236090 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=236090&action=review > Source/WebCore/platform/gtk/po/CMakeLists.txt:8 > -set(domain WebKit2GTK-3.0) > +set(domain WebKit2GTK-4.0) Could we use ${WEBKITGTK_API_VERSION} instead of hardcoding the version?
Created attachment 236091 [details] Patch > Could we use ${WEBKITGTK_API_VERSION} instead of hardcoding the version? You're right, here's the updated patch, I just tested it.
Comment on attachment 236091 [details] Patch Perfect, thanks!
Comment on attachment 236091 [details] Patch Clearing flags on attachment: 236091 Committed r172142: <http://trac.webkit.org/changeset/172142>
All reviewed patches have been landed. Closing bug.