Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f1fd721201cfd12e293dadcba38de89a10cfddc2
      
https://github.com/WebKit/WebKit/commit/f1fd721201cfd12e293dadcba38de89a10cfddc2
  Author: Alex Christensen <achristen...@apple.com>
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
    M Source/WebKit/Shared/API/c/mac/WKObjCTypeWrapperRef.mm
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/BundleParameters.mm
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/BundleParametersPlugIn.mm

  Log Message:
  -----------
  Fix Mail after 278564@main
https://bugs.webkit.org/show_bug.cgi?id=273955
rdar://127819455

Reviewed by Brady Eidson.

Mail uses WKObjCTypeWrapperGetObject which of course has 0 tests.
It expected an ObjCObjectGraph, but I'm now giving it an API::Data.
Make it handle an API::Data.

* Source/WebKit/Shared/API/c/mac/WKObjCTypeWrapperRef.mm:
(WKObjCTypeWrapperGetObject):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/BundleParameters.mm:
(TEST(WebKit, LoadDataWithUserData)):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/BundleParametersPlugIn.mm:
(-[BundleParametersPlugIn webProcessPlugIn:didCreateBrowserContextController:]):

Canonical link: https://commits.webkit.org/278579@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to