RESOLVED FIXED 169342
WebKit should not export dyld install name hints on watchOS and tvOS
https://bugs.webkit.org/show_bug.cgi?id=169342
Summary WebKit should not export dyld install name hints on watchOS and tvOS
Alexey Proskuryakov
Reported 2017-03-07 22:18:56 PST
They are iOS only. Sadly, our PLATFORM macros are incorrect (we define IOS for these platforms too).
Attachments
proposed fix (1.20 KB, patch)
2017-03-07 22:21 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2017-03-07 22:21:09 PST
Created attachment 303784 [details] proposed fix
mitz
Comment 2 2017-03-07 23:03:53 PST
Comment on attachment 303784 [details] proposed fix View in context: https://bugs.webkit.org/attachment.cgi?id=303784&action=review > Source/WebKit2/Shared/API/Cocoa/WebKit.m:28 > +#if PLATFORM(IOS) && !PLATFORM(WATCHOS) && !PLATFORM(APPLETV) I think this is a case where we may gain an extra bit of robustness by checking for PLATFORM(IOS) && TARGET_OS_IOS instead (even if the latter is not available as a WTF macro). But this is fine too.
WebKit Commit Bot
Comment 3 2017-03-07 23:52:16 PST
Comment on attachment 303784 [details] proposed fix Clearing flags on attachment: 303784 Committed r213569: <http://trac.webkit.org/changeset/213569>
WebKit Commit Bot
Comment 4 2017-03-07 23:52:21 PST
All reviewed patches have been landed. Closing bug.
mitz
Comment 5 2017-08-17 07:21:03 PDT
Note You need to log in before you can comment on or make changes to this bug.