The WebKitWebsiteDataManager documentation has many references to WebKitWebContext ownership of WebKitWebsiteDataManager, but in the 2022 API version it is owned by WebKitNetworkSession. It's hard to fix because we cannot use conditional compilation inside doc comments. We can either (a) move the doc comment to the header file and have two different copies of the comment, or (b) simplify the comment by removing info about behavior that varies between API versions. I've opted for (b). I think most developers should still be able to figure out how to use it... hopefully.
Pull request: https://github.com/WebKit/WebKit/pull/13979
Committed 264198@main (429ffbd25b0e): <https://commits.webkit.org/264198@main> Reviewed commits have been landed. Closing PR #13979 and removing active labels.