Title: [239115] trunk/Source/WebKit
- Revision
- 239115
- Author
- [email protected]
- Date
- 2018-12-12 10:44:27 -0800 (Wed, 12 Dec 2018)
Log Message
Unreviewed build with with recent macOS SDKs.
* Platform/cocoa/WKCrashReporter.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (239114 => 239115)
--- trunk/Source/WebKit/ChangeLog 2018-12-12 18:37:16 UTC (rev 239114)
+++ trunk/Source/WebKit/ChangeLog 2018-12-12 18:44:27 UTC (rev 239115)
@@ -1,5 +1,11 @@
2018-12-12 Chris Dumez <[email protected]>
+ Unreviewed build with with recent macOS SDKs.
+
+ * Platform/cocoa/WKCrashReporter.mm:
+
+2018-12-12 Chris Dumez <[email protected]>
+
Unreviewed attempt to fix GTK build after r239104.
* UIProcess/WebPageProxy.cpp:
Modified: trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm (239114 => 239115)
--- trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm 2018-12-12 18:37:16 UTC (rev 239114)
+++ trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm 2018-12-12 18:44:27 UTC (rev 239115)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes