Title: [239294] trunk/Source/WebKit
Revision
239294
Author
cdu...@apple.com
Date
2018-12-17 15:29:01 -0800 (Mon, 17 Dec 2018)

Log Message

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

* Platform/cocoa/WKCrashReporter.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239293 => 239294)


--- trunk/Source/WebKit/ChangeLog	2018-12-17 23:06:47 UTC (rev 239293)
+++ trunk/Source/WebKit/ChangeLog	2018-12-17 23:29:01 UTC (rev 239294)
@@ -1,3 +1,9 @@
+2018-12-17  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed, revert recent CrashReporterClient build fixes as they are no longer needed.
+
+        * Platform/cocoa/WKCrashReporter.mm:
+
 2018-12-17  Suresh Koppisetty  <skoppiset...@apple.com>
 
         Rollout r235411

Modified: trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm (239293 => 239294)


--- trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm	2018-12-17 23:06:47 UTC (rev 239293)
+++ trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm	2018-12-17 23:29:01 UTC (rev 239294)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to