There is compiler error on WinCario after http://trac.webkit.org/changeset/147643 The output (http://build.webkit.org/builders/WinCairo%20Release/builds/25100/steps/compile-webkit/logs/stdio) says: platform\win\DragImageCairoWin.cpp(184) : error C2362: initialization of 'surface' is skipped by 'goto exit' which can be fixed by adding an extra block statement ( http://msdn.microsoft.com/en-us/library/s6s80d9f(v=vs.80).aspx ).
Created attachment 197014 [details] Patch
Comment on attachment 197014 [details] Patch LGTM, r=me.
Comment on attachment 197014 [details] Patch Clearing flags on attachment: 197014 Committed r148003: <http://trac.webkit.org/changeset/148003>
All reviewed patches have been landed. Closing bug.