Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5e10b6dd520c6aaf70dec791daf2402cbea77136
https://github.com/WebKit/WebKit/commit/5e10b6dd520c6aaf70dec791daf2402cbea77136
Author: David Kilzer <[email protected]>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M Tools/WebKitTestRunner/cocoa/TestWebsiteDataStoreDelegate.mm
Log Message:
-----------
-[TestWebsiteDataStoreDelegate init] should call [super init] and initialize
_shouldAllowAnySSLCertificate
https://bugs.webkit.org/show_bug.cgi?id=266189
<rdar://119463963>
Reviewed by Youenn Fablet.
* Tools/WebKitTestRunner/cocoa/TestWebsiteDataStoreDelegate.mm:
(-[TestWebsiteDataStoreDelegate init]):
- Call `[super init]` as required for Objective-C classes.
- Initialize _shouldAllowAnySSLCertificate to `NO`.
- Use `NO` instead of `false` for other BOOL instance variables.
Canonical link: https://commits.webkit.org/271877@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes