Bug 212900 - JavaScriptCore: Fix PLATFORM(TVOS) macro
Summary: JavaScriptCore: Fix PLATFORM(TVOS) macro
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-08 07:44 PDT by Jonathan Bedard
Modified: 2020-06-08 09:11 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.27 KB, patch)
2020-06-08 08:03 PDT, Jonathan Bedard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2020-06-08 07:44:12 PDT
PLATFORM(TVOS) will always resolve to false, and should be PLATFORM(APPLETV)\.
Comment 1 Radar WebKit Bug Importer 2020-06-08 07:57:32 PDT
<rdar://problem/64118879>
Comment 2 Jonathan Bedard 2020-06-08 08:03:31 PDT
Created attachment 401338 [details]
Patch
Comment 3 EWS 2020-06-08 09:11:34 PDT
Committed r262719: <https://trac.webkit.org/changeset/262719>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 401338 [details].