Bug 212900

Summary: JavaScriptCore: Fix PLATFORM(TVOS) macro
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: JavaScriptCoreAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=212718
Attachments:
Description Flags
Patch none

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].