+2019-03-01 Conrad Shultz <conrad_shultz@apple.com>
+
+ Improper use of PLATFORM(TVOS) in PAL
+ https://bugs.webkit.org/show_bug.cgi?id=195215
+
+ Reviewed by Darin Adler.
+
+ There are a couple stray uses of PLATFORM(TVOS) in PAL. The correct usage is
+ PLATFORM(APPLETV).
+
+ * pal/spi/cocoa/NSKeyedArchiverSPI.h:
+ * pal/spi/cocoa/NSProgressSPI.h:
+