Changeset 245986 in webkit
- Timestamp:
- May 31, 2019, 2:32:04 PM (7 years ago)
- Location:
- branches/safari-607-branch/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-607-branch/Tools/ChangeLog
r245934 r245986 1 2019-05-31 Alex Christensen <achristensen@webkit.org> 2 3 Fix i386 build on safari-607-branch 4 <rdar://problem/50625279> 5 6 * TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm: 7 We need to check WK_API_ENABLED on the branch. 8 1 9 2019-05-30 Kocsen Chung <kocsen_chung@apple.com> 2 10 -
branches/safari-607-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm
r245893 r245986 34 34 #import <wtf/RetainPtr.h> 35 35 36 #if PLATFORM(MAC) 36 #if PLATFORM(MAC) && WK_API_ENABLED 37 37 38 38 static std::pair<RetainPtr<NSURLCredential>, RetainPtr<NSString>> credentialWithIdentityAndKeychainPath()
Note:
See TracChangeset
for help on using the changeset viewer.