Changeset 236687 in webkit


Ignore:
Timestamp:
Oct 1, 2018 12:57:52 PM (6 years ago)
Author:
achristensen@apple.com
Message:

Fix internal build after r236665
https://bugs.webkit.org/show_bug.cgi?id=189850

  • UIProcess/API/Cocoa/WKNSURLAuthenticationChallenge.h:
  • WebKit.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r236686 r236687  
     12018-10-01  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix internal build after r236665
     4        https://bugs.webkit.org/show_bug.cgi?id=189850
     5
     6        * UIProcess/API/Cocoa/WKNSURLAuthenticationChallenge.h:
     7        * WebKit.xcodeproj/project.pbxproj:
     8
    192018-10-01  Jiewen Tan  <jiewen_tan@apple.com>
    210
  • trunk/Source/WebKit/UIProcess/API/Cocoa/WKNSURLAuthenticationChallenge.h

    r236665 r236687  
    3939}
    4040
    41 WK_CLASS_DEPRECATED_WITH_REPLACEMENT("WKNavigationDelegate", macos(10.10, WK_MAC_TBA), ios(8.0, WK_IOS_TBA))
    4241@interface WKNSURLAuthenticationChallenge : WKObject
    4342@end
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r236675 r236687  
    842842                37F90DE31376560E0051CF68 /* HTTPCookieAcceptPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = F638954F133BEF38008941D5 /* HTTPCookieAcceptPolicy.h */; };
    843843                37FC19471850FBF2008CFA47 /* WKBrowsingContextLoadDelegatePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FC19461850FBF2008CFA47 /* WKBrowsingContextLoadDelegatePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
    844                 37FC194B18510D6A008CFA47 /* WKNSURLAuthenticationChallenge.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FC194918510D6A008CFA47 /* WKNSURLAuthenticationChallenge.h */; settings = {ATTRIBUTES = (Private, ); }; };
     844                37FC194B18510D6A008CFA47 /* WKNSURLAuthenticationChallenge.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FC194918510D6A008CFA47 /* WKNSURLAuthenticationChallenge.h */; };
    845845                3F418EF91887BD97002795FD /* VideoFullscreenManagerMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3F418EF51887BD97002795FD /* VideoFullscreenManagerMessageReceiver.cpp */; };
    846846                3F418EFB1887BD97002795FD /* VideoFullscreenManagerProxyMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3F418EF71887BD97002795FD /* VideoFullscreenManagerProxyMessageReceiver.cpp */; };
Note: See TracChangeset for help on using the changeset viewer.