Title: [239214] tags/Safari-607.1.16.3/Source/WebKit
Revision
239214
Author
kocsen_ch...@apple.com
Date
2018-12-14 09:53:39 -0800 (Fri, 14 Dec 2018)

Log Message

Cherry-pick r239115. rdar://problem/46546071

    Unreviewed build with with recent macOS SDKs.

    * Platform/cocoa/WKCrashReporter.mm:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239115 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: tags/Safari-607.1.16.3/Source/WebKit/ChangeLog (239213 => 239214)


--- tags/Safari-607.1.16.3/Source/WebKit/ChangeLog	2018-12-14 17:53:37 UTC (rev 239213)
+++ tags/Safari-607.1.16.3/Source/WebKit/ChangeLog	2018-12-14 17:53:39 UTC (rev 239214)
@@ -1,5 +1,21 @@
 2018-12-14  Kocsen Chung  <kocsen_ch...@apple.com>
 
+        Cherry-pick r239115. rdar://problem/46546071
+
+    Unreviewed build with with recent macOS SDKs.
+    
+    * Platform/cocoa/WKCrashReporter.mm:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239115 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-12-12  Chris Dumez  <cdu...@apple.com>
+
+            Unreviewed build with with recent macOS SDKs.
+
+            * Platform/cocoa/WKCrashReporter.mm:
+
+2018-12-14  Kocsen Chung  <kocsen_ch...@apple.com>
+
         Cherry-pick r239112. rdar://problem/46546071
 
     Unreviewed attempt to fix build with older SDKs after r239110.

Modified: tags/Safari-607.1.16.3/Source/WebKit/Platform/cocoa/WKCrashReporter.mm (239213 => 239214)


--- tags/Safari-607.1.16.3/Source/WebKit/Platform/cocoa/WKCrashReporter.mm	2018-12-14 17:53:37 UTC (rev 239213)
+++ tags/Safari-607.1.16.3/Source/WebKit/Platform/cocoa/WKCrashReporter.mm	2018-12-14 17:53:39 UTC (rev 239214)
@@ -30,7 +30,7 @@
 #import "CrashReporterClientSPI.h"
 
 // Avoid having to link with libCrashReporterClient.a
-#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500) || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000)
+#if PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000
 CRASH_REPORTER_CLIENT_HIDDEN
 struct crashreporter_annotations_t gCRAnnotations
 __attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION)))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to