Title: [236675] trunk/Source/WebKit
Revision
236675
Author
[email protected]
Date
2018-10-01 11:27:30 -0700 (Mon, 01 Oct 2018)

Log Message

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

* WebKit.xcodeproj/project.pbxproj:
Make WKNSURLAuthenticationChallenge.h a private header.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (236674 => 236675)


--- trunk/Source/WebKit/ChangeLog	2018-10-01 18:16:33 UTC (rev 236674)
+++ trunk/Source/WebKit/ChangeLog	2018-10-01 18:27:30 UTC (rev 236675)
@@ -1,5 +1,13 @@
 2018-10-01  Alex Christensen  <[email protected]>
 
+        Fix an internal build after r236665
+        https://bugs.webkit.org/show_bug.cgi?id=189850
+
+        * WebKit.xcodeproj/project.pbxproj:
+        Make WKNSURLAuthenticationChallenge.h a private header.
+
+2018-10-01  Alex Christensen  <[email protected]>
+
         URL should not use TextEncoding internally
         https://bugs.webkit.org/show_bug.cgi?id=190111
 

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (236674 => 236675)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-10-01 18:16:33 UTC (rev 236674)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-10-01 18:27:30 UTC (rev 236675)
@@ -841,7 +841,7 @@
 		37F623B812A57B6200E3FDF6 /* WKFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 37F623B712A57B6200E3FDF6 /* WKFindOptions.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		37F90DE31376560E0051CF68 /* HTTPCookieAcceptPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = F638954F133BEF38008941D5 /* HTTPCookieAcceptPolicy.h */; };
 		37FC19471850FBF2008CFA47 /* WKBrowsingContextLoadDelegatePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FC19461850FBF2008CFA47 /* WKBrowsingContextLoadDelegatePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
-		37FC194B18510D6A008CFA47 /* WKNSURLAuthenticationChallenge.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FC194918510D6A008CFA47 /* WKNSURLAuthenticationChallenge.h */; };
+		37FC194B18510D6A008CFA47 /* WKNSURLAuthenticationChallenge.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FC194918510D6A008CFA47 /* WKNSURLAuthenticationChallenge.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		3F418EF91887BD97002795FD /* VideoFullscreenManagerMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3F418EF51887BD97002795FD /* VideoFullscreenManagerMessageReceiver.cpp */; };
 		3F418EFB1887BD97002795FD /* VideoFullscreenManagerProxyMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3F418EF71887BD97002795FD /* VideoFullscreenManagerProxyMessageReceiver.cpp */; };
 		3F87B9BE158940190090FF62 /* WebColorChooser.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F87B9BB15893F630090FF62 /* WebColorChooser.h */; };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to