Changeset 239214 in webkit


Ignore:
Timestamp:
Dec 14, 2018 9:53:39 AM (5 years ago)
Author:
Kocsen Chung
Message:

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

Unreviewed build with with recent macOS SDKs.

  • Platform/cocoa/WKCrashReporter.mm:

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

Location:
tags/Safari-607.1.16.3/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/Safari-607.1.16.3/Source/WebKit/ChangeLog

    r239213 r239214  
     12018-12-14  Kocsen Chung  <kocsen_chung@apple.com>
     2
     3        Cherry-pick r239115. rdar://problem/46546071
     4
     5    Unreviewed build with with recent macOS SDKs.
     6   
     7    * Platform/cocoa/WKCrashReporter.mm:
     8   
     9    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239115 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     10
     11    2018-12-12  Chris Dumez  <cdumez@apple.com>
     12
     13            Unreviewed build with with recent macOS SDKs.
     14
     15            * Platform/cocoa/WKCrashReporter.mm:
     16
    1172018-12-14  Kocsen Chung  <kocsen_chung@apple.com>
    218
  • tags/Safari-607.1.16.3/Source/WebKit/Platform/cocoa/WKCrashReporter.mm

    r239213 r239214  
    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.