WebKit/GTK+ build is broken because the cairo backend has not been updated after the changes to TransformationMatrix on 40761.
Created attachment 27463 [details] proposed fix
Created attachment 27464 [details] fixed proposed fix =)
Created attachment 27468 [details] working proposed fix thanks to krit for pointing me to the right direction on the fix =)
Comment on attachment 27468 [details] working proposed fix > #if PLATFORM(CG) > operator CGAffineTransform() const; > +#elif PLATFORM(CAIRO) > + operator cairo_matrix_t() const; > #endif Your patch is slightly out of date here; there's a new #if PLATFORM(QT) section. Please convert to a series of #elif on commit. r=me
landed in r40774