Title: [239298] tags/Safari-607.1.16.4/Source/WebKit
Revision
239298
Author
[email protected]
Date
2018-12-17 15:46:30 -0800 (Mon, 17 Dec 2018)

Log Message

Cherry-pick r239294. rdar://problem/46757541

    Unreviewed, revert recent CrashReporterClient build fixes as they are no longer needed.

    * Platform/cocoa/WKCrashReporter.mm:

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

Modified Paths

Diff

Modified: tags/Safari-607.1.16.4/Source/WebKit/ChangeLog (239297 => 239298)


--- tags/Safari-607.1.16.4/Source/WebKit/ChangeLog	2018-12-17 23:37:27 UTC (rev 239297)
+++ tags/Safari-607.1.16.4/Source/WebKit/ChangeLog	2018-12-17 23:46:30 UTC (rev 239298)
@@ -1,3 +1,19 @@
+2018-12-17  Alan Coon  <[email protected]>
+
+        Cherry-pick r239294. rdar://problem/46757541
+
+    Unreviewed, revert recent CrashReporterClient build fixes as they are no longer needed.
+    
+    * Platform/cocoa/WKCrashReporter.mm:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239294 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-12-17  Chris Dumez  <[email protected]>
+
+            Unreviewed, revert recent CrashReporterClient build fixes as they are no longer needed.
+
+            * Platform/cocoa/WKCrashReporter.mm:
+
 2018-12-14  Kocsen Chung  <[email protected]>
 
         Cherry-pick r239228. rdar://problem/46715748

Modified: tags/Safari-607.1.16.4/Source/WebKit/Platform/cocoa/WKCrashReporter.mm (239297 => 239298)


--- tags/Safari-607.1.16.4/Source/WebKit/Platform/cocoa/WKCrashReporter.mm	2018-12-17 23:37:27 UTC (rev 239297)
+++ tags/Safari-607.1.16.4/Source/WebKit/Platform/cocoa/WKCrashReporter.mm	2018-12-17 23:46:30 UTC (rev 239298)
@@ -30,17 +30,10 @@
 #import "CrashReporterClientSPI.h"
 
 // Avoid having to link with libCrashReporterClient.a
-#if (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) || (PLATFORM(APPLETV) && __TV_OS_VERSION_MIN_REQUIRED >= 130000)
 CRASH_REPORTER_CLIENT_HIDDEN
 struct crashreporter_annotations_t gCRAnnotations
 __attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION)))
-    = { {CRASHREPORTER_ANNOTATIONS_VERSION}, {0}, {0}, {0}, {0}, {0}, {0}, {0} };
-#else
-CRASH_REPORTER_CLIENT_HIDDEN
-struct crashreporter_annotations_t gCRAnnotations
-__attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION)))
     = { CRASHREPORTER_ANNOTATIONS_VERSION, 0, 0, 0, 0, 0, 0, 0 };
-#endif
 
 namespace WebKit {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to