Headers that use WEBCORE_EXPORT should include PlatformExportMacros.h
Created attachment 256870 [details] Patch
Committed r186894: <http://trac.webkit.org/changeset/186894>
Created attachment 270678 [details] Another patch Further changes.
Comment on attachment 270678 [details] Another patch r- since the build is broken, per EWS.
Created attachment 270892 [details] Updated patch reverted bindings/objc/WebScriptObject.h, we don't really need that change.
Comment on attachment 270892 [details] Updated patch View in context: https://bugs.webkit.org/attachment.cgi?id=270892&action=review > Source/WebCore/platform/ios/wak/WebCoreThread.h:36 > +// Use __has_include here so that things work when rewritten into WebKitLegacy headers. > +#if __has_include(<WebCore/PlatformExportMacros.h>) > +#import <WebCore/PlatformExportMacros.h> > +#endif This is not great, because the cruft leaks into WebKitLegacy SPI headers. But it seems OK to me.
Comment on attachment 270892 [details] Updated patch Clearing flags on attachment: 270892 Committed r196360: <http://trac.webkit.org/changeset/196360>