Changeset 197985 in webkit


Ignore:
Timestamp:
Mar 10, 2016 7:52:15 PM (8 years ago)
Author:
keith_miller@apple.com
Message:

Unreviewed, build fix for r197983, hopefully.

  • API/WebKitAvailability.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/WebKitAvailability.h

    r197983 r197985  
    4747#endif
    4848
     49#ifndef __NSi_10_12 // Building from trunk rather than SDK.
     50#define __NSi_10_12 introduced=10.0 // Use 10.0 to indicate that everything is available.
     51#endif
     52
    4953#ifndef __AVAILABILITY_INTERNAL__MAC_10_9
    5054#define __AVAILABILITY_INTERNAL__MAC_10_9
  • trunk/Source/JavaScriptCore/ChangeLog

    r197983 r197985  
     12016-03-10  Keith Miller  <keith_miller@apple.com>
     2
     3        Unreviewed, build fix for r197983, hopefully.
     4
     5        * API/WebKitAvailability.h:
     6
    172016-03-10  Keith Miller  <keith_miller@apple.com>
    28
Note: See TracChangeset for help on using the changeset viewer.