Changeset 239194 in webkit


Ignore:
Timestamp:
Dec 13, 2018 7:48:34 PM (5 years ago)
Author:
Chris Dumez
Message:

Unreviewed build fix for tvOS.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r239182 r239194  
     12018-12-13  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed build fix for tvOS.
     4
     5        * Platform/cocoa/WKCrashReporter.mm:
     6
    172018-12-13  Chris Dumez  <cdumez@apple.com>
    28
  • trunk/Source/WebKit/Platform/cocoa/WKCrashReporter.mm

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