Changeset 220822 in webkit


Ignore:
Timestamp:
Aug 16, 2017 8:32:13 PM (7 years ago)
Author:
mitz@apple.com
Message:

[Cocoa] Older-iOS install name symbols are being exported on other platforms
https://bugs.webkit.org/show_bug.cgi?id=175654

Reviewed by Tim Horton.

  • API/JSBase.cpp: Define the symbols only when targeting iOS.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/JSBase.cpp

    r216218 r220822  
    176176}
    177177
    178 #if PLATFORM(IOS)
     178#if PLATFORM(IOS) && TARGET_OS_IOS
    179179// FIXME: Expose symbols to tell dyld where to find JavaScriptCore on older versions of
    180180// iOS (< 7.0). We should remove these symbols once we no longer need to support such
  • trunk/Source/JavaScriptCore/ChangeLog

    r220815 r220822  
     12017-08-16  Dan Bernstein  <mitz@apple.com>
     2
     3        [Cocoa] Older-iOS install name symbols are being exported on other platforms
     4        https://bugs.webkit.org/show_bug.cgi?id=175654
     5
     6        Reviewed by Tim Horton.
     7
     8        * API/JSBase.cpp: Define the symbols only when targeting iOS.
     9
    1102017-08-16  Matt Baker  <mattbaker@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.