Changeset 239115 in webkit


Ignore:
Timestamp:
Dec 12, 2018 10:44:27 AM (5 years ago)
Author:
Chris Dumez
Message:

Unreviewed build with with recent macOS SDKs.

  • Platform/cocoa/WKCrashReporter.mm:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r239114 r239115  
     12018-12-12  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed build with with recent macOS SDKs.
     4
     5        * Platform/cocoa/WKCrashReporter.mm:
     6
    172018-12-12  Chris Dumez  <cdumez@apple.com>
    28
  • trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm

    r239112 r239115  
    3131
    3232// Avoid having to link with libCrashReporterClient.a
    33 #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500) || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000)
     33#if PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000
    3434CRASH_REPORTER_CLIENT_HIDDEN
    3535struct crashreporter_annotations_t gCRAnnotations
Note: See TracChangeset for help on using the changeset viewer.