Title: [239194] trunk/Source/WebKit
Revision
239194
Author
[email protected]
Date
2018-12-13 19:48:34 -0800 (Thu, 13 Dec 2018)

Log Message

Unreviewed build fix for tvOS.

* Platform/cocoa/WKCrashReporter.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239193 => 239194)


--- trunk/Source/WebKit/ChangeLog	2018-12-14 02:47:15 UTC (rev 239193)
+++ trunk/Source/WebKit/ChangeLog	2018-12-14 03:48:34 UTC (rev 239194)
@@ -1,5 +1,11 @@
 2018-12-13  Chris Dumez  <[email protected]>
 
+        Unreviewed build fix for tvOS.
+
+        * Platform/cocoa/WKCrashReporter.mm:
+
+2018-12-13  Chris Dumez  <[email protected]>
+
         [PSON] We should not need to navigate to 'about:blank' to suspend pages
         https://bugs.webkit.org/show_bug.cgi?id=192668
         <rdar://problem/46701466>

Modified: trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm (239193 => 239194)


--- trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm	2018-12-14 02:47:15 UTC (rev 239193)
+++ trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm	2018-12-14 03:48:34 UTC (rev 239194)
@@ -30,7 +30,7 @@
 #import "CrashReporterClientSPI.h"
 
 // Avoid having to link with libCrashReporterClient.a
-#if PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000
+#if (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) || (PLATFORM(TVOS) && __TV_OS_VERSION_MIN_REQUIRED >= 130000)
 CRASH_REPORTER_CLIENT_HIDDEN
 struct crashreporter_annotations_t gCRAnnotations
 __attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION)))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to