Changeset 220822 in webkit
- Timestamp:
- Aug 16, 2017, 8:32:13 PM (8 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSBase.cpp
r216218 r220822 176 176 } 177 177 178 #if PLATFORM(IOS) 178 #if PLATFORM(IOS) && TARGET_OS_IOS 179 179 // FIXME: Expose symbols to tell dyld where to find JavaScriptCore on older versions of 180 180 // iOS (< 7.0). We should remove these symbols once we no longer need to support such -
trunk/Source/JavaScriptCore/ChangeLog
r220815 r220822 1 2017-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 1 10 2017-08-16 Matt Baker <mattbaker@apple.com> 2 11
Note:
See TracChangeset
for help on using the changeset viewer.