Title: [239110] trunk/Source/WebKit
- Revision
- 239110
- Author
- [email protected]
- Date
- 2018-12-12 10:08:49 -0800 (Wed, 12 Dec 2018)
Log Message
Unreviewed, fix build with recent SDKs.
* Platform/cocoa/WKCrashReporter.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (239109 => 239110)
--- trunk/Source/WebKit/ChangeLog 2018-12-12 17:52:41 UTC (rev 239109)
+++ trunk/Source/WebKit/ChangeLog 2018-12-12 18:08:49 UTC (rev 239110)
@@ -1,3 +1,9 @@
+2018-12-12 Chris Dumez <[email protected]>
+
+ Unreviewed, fix build with recent SDKs.
+
+ * Platform/cocoa/WKCrashReporter.mm:
+
2018-12-09 Darin Adler <[email protected]>
[iOS] Zero memory containing the password for PDF documents when a WKPDFView is deallocated
Modified: trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm (239109 => 239110)
--- trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm 2018-12-12 17:52:41 UTC (rev 239109)
+++ trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm 2018-12-12 18:08:49 UTC (rev 239110)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes