There are a couple of compile errors in WebCore: ..\page\win\FrameCairoWin.cpp(38): error C2248: 'WTF::GDIObject::GDIObject' : cannot access private member declared in class 'WTF::GDIObject' with [ T=HBITMAP ] \include\private\wtf/win/GDIObject.h(68) : see declaration of 'WTF::GDIObject::GDIObject' with [ T=HBITMAP ] ..\platform\graphics\win\FontCustomPlatformDataCairo.cpp(64): error C2664: 'cairo_win32_font_face_create_for_hfont' : cannot convert parameter 1 from 'WTF::GDIObject' to 'HFONT' with [ T=HFONT ] No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
Created attachment 211298 [details] Patch
Comment on attachment 211298 [details] Patch r=me. Thanks for fixing this. I'll probably break a few more things before I am done :-(
Comment on attachment 211298 [details] Patch Clearing flags on attachment: 211298 Committed r155537: <http://trac.webkit.org/changeset/155537>
All reviewed patches have been landed. Closing bug.
(In reply to comment #2) > (From update of attachment 211298 [details]) > r=me. Thanks for fixing this. I'll probably break a few more things before I am done :-( No worries, thanks for reviewing :)