[webkit-changes] [WebKit/WebKit] 5e10b6: -[TestWebsiteDataStoreDelegate init] should call [...

Commit Queue noreply at github.com
Mon Dec 11 07:58:55 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5e10b6dd520c6aaf70dec791daf2402cbea77136
      https://github.com/WebKit/WebKit/commit/5e10b6dd520c6aaf70dec791daf2402cbea77136
  Author: David Kilzer <ddkilzer at apple.com>
  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




More information about the webkit-changes mailing list