We shouldn't crash when soft linking to dlls and they are not there.
Created attachment 258251 [details] Patch
Comment on attachment 258251 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=258251&action=review > Source/ThirdParty/ANGLE/include/EGL/egl.h:45 > +#if defined(_MSC_VER) && !defined(ANGLE_WEBKIT_WIN) > +#define EGL_SOFT_LINKING 1 > +#else > +#define EGL_SOFT_LINKING 0 > +#endif It's a bit of a pain that we'll have to do all this again when updating ANGLE.
It brike the wincairo build
(In reply to comment #3) > It brike the wincairo build Typo: broke
Fixed in http://trac.webkit.org/changeset/187939 oops
Just to document, the original change landed in https://trac.webkit.org/changeset/187928 Can we close the bug now?