Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 758e1d6b9f05e1b9ebb50c9a2b83b66a9a434529
      
https://github.com/WebKit/WebKit/commit/758e1d6b9f05e1b9ebb50c9a2b83b66a9a434529
  Author: Megan Gardner <megan_gard...@apple.com>
  Date:   2024-07-31 (Wed, 31 Jul 2024)

  Changed paths:
    M Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

  Log Message:
  -----------
  Reported crash when sending nil for UUID of animation to remove.
https://bugs.webkit.org/show_bug.cgi?id=277425
rdar://132787248

Reviewed by Wenson Hsieh.

Swift doesn't work with nil values the same way that obj-c does
so we need to ensure that the value we are passing is not nil.

* Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView removeTextAnimationForAnimationID:]):

Canonical link: https://commits.webkit.org/281665@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