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

Log Message

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

    Unreviewed, fix build with recent SDKs.

    * Platform/cocoa/WKCrashReporter.mm:

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

Modified Paths

Diff

Modified: tags/Safari-607.1.16.3/Source/WebKit/ChangeLog (239211 => 239212)


--- tags/Safari-607.1.16.3/Source/WebKit/ChangeLog	2018-12-14 17:44:47 UTC (rev 239211)
+++ tags/Safari-607.1.16.3/Source/WebKit/ChangeLog	2018-12-14 17:53:33 UTC (rev 239212)
@@ -1,3 +1,19 @@
+2018-12-14  Kocsen Chung  <kocsen_ch...@apple.com>
+
+        Cherry-pick r239110. rdar://problem/46546071
+
+    Unreviewed, fix build with recent SDKs.
+    
+    * Platform/cocoa/WKCrashReporter.mm:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239110 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-12-12  Chris Dumez  <cdu...@apple.com>
+
+            Unreviewed, fix build with recent SDKs.
+
+            * Platform/cocoa/WKCrashReporter.mm:
+
 2018-12-12  Kocsen Chung  <kocsen_ch...@apple.com>
 
         Cherry-pick r238946. rdar://problem/46364206

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


--- tags/Safari-607.1.16.3/Source/WebKit/Platform/cocoa/WKCrashReporter.mm	2018-12-14 17:44:47 UTC (rev 239211)
+++ tags/Safari-607.1.16.3/Source/WebKit/Platform/cocoa/WKCrashReporter.mm	2018-12-14 17:53:33 UTC (rev 239212)
@@ -33,7 +33,7 @@
 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 };
+    = { {CRASHREPORTER_ANNOTATIONS_VERSION}, {0}, {0}, {0}, {0}, {0}, {0}, {0} };
 
 namespace WebKit {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to