RESOLVED FIXED 157236
Guard ObjC-specific code in Heap.cpp with USE(FOUNDATION)
https://bugs.webkit.org/show_bug.cgi?id=157236
Summary Guard ObjC-specific code in Heap.cpp with USE(FOUNDATION)
Konstantin Tokarev
Reported 2016-04-30 12:40:28 PDT
This also fixes build with GCC 4.8 which does not provide __has_include.
Attachments
Patch (1.35 KB, patch)
2016-04-30 12:43 PDT, Konstantin Tokarev
no flags
Konstantin Tokarev
Comment 1 2016-04-30 12:43:06 PDT
WebKit Commit Bot
Comment 2 2016-04-30 14:20:50 PDT
Comment on attachment 277825 [details] Patch Clearing flags on attachment: 277825 Committed r200295: <http://trac.webkit.org/changeset/200295>
WebKit Commit Bot
Comment 3 2016-04-30 14:20:54 PDT
All reviewed patches have been landed. Closing bug.
Geoffrey Garen
Comment 4 2016-05-02 11:01:41 PDT
Our best idiom, instead of has_include, is USE(APPLE_INTERNAL_SDK).
Note You need to log in before you can comment on or make changes to this bug.