Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 89cb37b4659418c6a7b7877e011fb1040a85d47a
      
https://github.com/WebKit/WebKit/commit/89cb37b4659418c6a7b7877e011fb1040a85d47a
  Author: David Kilzer <[email protected]>
  Date:   2025-04-01 (Tue, 01 Apr 2025)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WTF/cocoa/TypeCastsCocoa.mm

  Log Message:
  -----------
  [TestWTF] Work around compiler bug in TypeCastsCocoa.mm test
<https://bugs.webkit.org/show_bug.cgi?id=290825>
<rdar://148299583>

Reviewed by Ryosuke Niwa.

* Tools/TestWebKitAPI/Tests/WTF/cocoa/TypeCastsCocoa.mm:
(TestWebKitAPI::TEST(TypeCastsCocoa, dynamic_objc_cast_RetainPtr)):
- Change `auto` to `RetainPtr<id>` to work around compiler bug.
- Add back WTFMove() so this is testing
  dynamic_objc_cast<>(RetainPtr<>&&) once again.

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



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

Reply via email to